Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit62de1ba

Browse files
committed
show defaults in help
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parentc965ff4 commit62de1ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎src/help.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ export function build() {
3232
Usage: coderoad build [path] [options]
3333
3434
Options:
35-
--help (-h) display these help docs
36-
--markdown (-m) custom path to the tutorial markdown file(TUTORIAL.md)
37-
--yaml (-y) custom path to the tutorial yaml file(coderoad.yaml)
38-
--output (-o) custom path to tutorial json config file(coderoad.json)
35+
--help (-h)display these help docs
36+
--markdown (-m)(TUTORIAL.md)custom path to the tutorial markdown file
37+
--yaml (-y)(coderoad.yaml)custom path to the tutorial yaml file
38+
--output (-o)(coderoad.json)custom path to tutorial json config file
3939
4040
More docs at https://github.com/coderoad/coderoad-cli`);
4141
}
@@ -46,9 +46,9 @@ export function validate() {
4646
Usage: coderoad validate [path] [options]
4747
4848
Options:
49-
--help (-h) display these help docs
50-
--validate (-v) run tutorial schema validation.Default is true, set to false to block validation.
51-
--clean (-c) set to false to preserve .tmp folder. Helpful for debugging
49+
--help (-h)display these help docs
50+
--validate (-v)(true)run tutorial schema validation.Set to false to block validation.
51+
--clean (-c)(false)set to false to preserve .tmp folder. Helpful for debugging
5252
5353
More docs at https://github.com/coderoad/coderoad-cli`);
5454
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp