Skip to content

Commit 649a8a8

Browse files
authored
doc: updates README.md
1 parent 054d94b commit 649a8a8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@ go get github.com/thediveo/enumflag/v2
5454
## How To Use
5555

5656
- [start with your own enum types](#start-with-your-own-enum-types),
57-
- [use existing enum types and non-zero defaults](#use-existing-enum-types),
58-
- [CLI flag with default](#cli-flag-with-default),
59-
- [CLI flag without a default value](#cli-flag-without-default),
60-
- [slice of enums](#slice-of-enums).
57+
- optional: [shell completion](#shell-completion),
58+
- optional: [use existing enum types and non-zero defaults](#use-existing-enum-types),
59+
- optional: [CLI flag with default](#cli-flag-with-default),
60+
- optional: [CLI flag without a default value](#cli-flag-without-default),
61+
- optional: [slice of enums](#slice-of-enums).
6162

6263
### Start With Your Own Enum Types
6364

0 commit comments

Comments
 (0)