Skip to content

Commit cad5875

Browse files
committed
WIP
1 parent 6945a9c commit cad5875

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
163162
A 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
---

0 commit comments

Comments
 (0)