Skip to content

Commit 62de1ba

Browse files
committed
show defaults in help
Signed-off-by: shmck <[email protected]>
1 parent c965ff4 commit 62de1ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/help.ts

+7-7
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)