Skip to content

Commit

Permalink
Add options to help text
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuro9715 committed Feb 23, 2021
1 parent 4a71f0d commit cc84fbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ z - Z Task runner
Usage:
z [OPTIONS] task... [ARGS]
Options:
-c config, --config=config Specify config file [default: z.yaml]
-v, --verbose Enbale verbose log
-h, --help Print help
-V, --verison Print version
`

const (
Expand Down

0 comments on commit cc84fbb

Please sign in to comment.