This commit is contained in:
Tomas Kral
2016-11-22 13:02:31 +01:00
parent c441610b4f
commit 4e42a07be2
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ func generateBashCompletion(args []string) {
commonArgs := []string{"bundle", "file", "suppress-warnings", "verbose", "error-on-warning", "provider"}
flags := append(commonArgs, args...)
for _,f := range flags {
for _, f := range flags {
fmt.Printf("--%s\n", f)
}
}