diff options
| author | Goreadme <EMAIL:[email protected]> | 2020-05-09 11:18:46 +0000 |
|---|---|---|
| committer | Goreadme <EMAIL:[email protected]> | 2020-05-09 11:18:46 +0000 |
| commit | 0b15fb4d6eceeba7d3a44ee4f7add42559774c4b (patch) | |
| tree | ca834f05f42f105907d135392ae696a022872e95 | |
| parent | be08f3c4229efa432ebf26da112572e1f7e6a65e (diff) | |
Update readme according to Go doc
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -148,6 +148,8 @@ For command line bash completion testing use the `complete.Test` function. * [compflag](./compflag): Package compflag provides a handful of standard library-compatible flags with bash complition capabilities. +* [compflag/gen](./compflag/gen): Generates flags.go. + * [example/command](./example/command): command shows how to have bash completion to an arbitrary Go program using the `complete.Command` struct. * [example/compflag](./example/compflag): compflag shows how to use the github.com/posener/complete/v2/compflag package to have auto bash completion for a defined set of flags. |
