@@ -32,10 +32,10 @@ export function build() {
3232Usage: coderoad build [path] [options]
3333
3434Options:
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
4040More docs at https://github.com/coderoad/coderoad-cli` ) ;
4141}
@@ -46,9 +46,9 @@ export function validate() {
4646Usage: coderoad validate [path] [options]
4747
4848Options:
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
5353More docs at https://github.com/coderoad/coderoad-cli` ) ;
5454}