From 0b15fb4d6eceeba7d3a44ee4f7add42559774c4b Mon Sep 17 00:00:00 2001 From: Goreadme Date: Sat, 9 May 2020 11:18:46 +0000 Subject: [PATCH] Update readme according to Go doc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a9f74f9..1d845a5 100644 --- a/README.md +++ b/README.md @@ -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.