Bash completion for names with ':' character.

This commit is contained in:
Adam Bozanich
2015-12-09 20:57:45 -08:00
parent 29cddf65b2
commit fe79245d1a
3 changed files with 14 additions and 3 deletions

View File

@ -143,6 +143,12 @@ var cmdVersion2 = &Command{
},
}
var cmdColon = &Command{
Use: "cmd:colon",
Run: func(cmd *Command, args []string) {
},
}
func flagInit() {
cmdEcho.ResetFlags()
cmdPrint.ResetFlags()