File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,11 @@ go get github.com/thediveo/enumflag/v2
54
54
## How To Use
55
55
56
56
- [ 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 ) .
61
62
62
63
### Start With Your Own Enum Types
63
64
You can’t perform that action at this time.
0 commit comments