File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ export function build() {
32
32
Usage: coderoad build [path] [options]
33
33
34
34
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
39
39
40
40
More docs at https://github.com/coderoad/coderoad-cli` ) ;
41
41
}
@@ -46,9 +46,9 @@ export function validate() {
46
46
Usage: coderoad validate [path] [options]
47
47
48
48
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
52
52
53
53
More docs at https://github.com/coderoad/coderoad-cli` ) ;
54
54
}
You can’t perform that action at this time.
0 commit comments