We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054d94b commit 649a8a8Copy full SHA for 649a8a8
README.md
@@ -54,10 +54,11 @@ go get github.com/thediveo/enumflag/v2
54
## How To Use
55
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).
+- optional: [shell completion](#shell-completion),
+- optional: [use existing enum types and non-zero defaults](#use-existing-enum-types),
+- optional: [CLI flag with default](#cli-flag-with-default),
+- optional: [CLI flag without a default value](#cli-flag-without-default),
61
+- optional: [slice of enums](#slice-of-enums).
62
63
### Start With Your Own Enum Types
64
0 commit comments