Searched refs:help (Results 1 – 7 of 7) sorted by relevance
/DragonOS/docs/ |
H A D | Makefile | 26 help: target 27 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) 29 .PHONY: help Makefile
|
H A D | make.bat | 13 if "%1" == "" goto help 31 :help label 32 %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
|
/DragonOS/tools/ |
H A D | list_contributors.py | 9 parser.add_argument('--since', type=str, help='Since date') 10 parser.add_argument('--until', type=str, help='Until date') 11 parser.add_argument('--mode', type=str, help='脚本的运行模式 可选:<all> 输出所有信息\n' +
|
/DragonOS/tools/debugging/logmonitor/ |
H A D | Cargo.toml | 12 clap = { version = "4.4.7", features = ["color", "error-context", "help", "std", "suggestions", "us…
|
/DragonOS/docs/kernel/debug/ |
H A D | debug-kernel-with-gdb.md | 72 For help, type "help". 87 For help, type "help".
|
/DragonOS/docs/community/ChangeLog/V0.1.x/ |
H A D | V0.1.8.md | 88 - feature: Makefile: 根目录下添加make help命令 (#271) 475 Makefile: 根目录下添加make help命令 (#271) 477 * Makefile: 根目录下添加make help命令 479 * Makefile: 补充根目录Makefile的help命令
|
/DragonOS/ |
H A D | Makefile | 174 help: target
|