Skip to content

Add "clean" = false option #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 20, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add "clean" option to validate help
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
  • Loading branch information
ShMcK committed Jun 20, 2020
commit ea6756f6b69dbd88d85d3a6f8c3af2ee67a71e2b
1 change: 1 addition & 0 deletions src/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Usage: coderoad validate [path] [options]
Options:
--help (-h) display these help docs
--clean (-c) set to false to preserve .tmp folder. Helpful for debugging
More docs at https://github.com/coderoad/coderoad-cli`);
}