Fix typo
This commit is contained in:
parent
55ecf96557
commit
8bb4de3518
|
@ -91,7 +91,7 @@ func main() {
|
||||||
"-o": complete.PredictFiles("*.out"),
|
"-o": complete.PredictFiles("*.out"),
|
||||||
},
|
},
|
||||||
|
|
||||||
// define gloabl flags of the 'run' main command
|
// define global flags of the 'run' main command
|
||||||
// those will show up also when a sub command was entered in the
|
// those will show up also when a sub command was entered in the
|
||||||
// command line
|
// command line
|
||||||
Flags: complete.Flags{
|
Flags: complete.Flags{
|
||||||
|
|
Loading…
Reference in New Issue