File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,17 +159,17 @@ You can now run your CLI application with the `--help` flag to see the output be
159159
160160``` bash
161161$ ./your-cli-app --help
162- your-cli-app v0.1.0
163162A new CLI built with Chilli
163+ Version: v0.1.0
164164
165- USAGE :
166- your-cli-app [FLAGS ]
165+ Usage :
166+ your-cli-app [flags ]
167167
168- FLAGS :
169- -n , --name < string > The name to greet [ default: World]
170- --excitement < int > How excited to be [ default: 1]
171- -h , --help Prints help information
172- -V, --version Prints version information
168+ Flags :
169+ -h , --help Shows help information for this command [Bool] ( default: false)
170+ --version Print version information and exit [Bool] ( default: false)
171+ -n , --name The name to greet [String] (default: " World " )
172+ --excitement How excited to be [Int] (default: 1)
173173```
174174
175175---
You can’t perform that action at this time.
0 commit comments