mirror of
https://github.com/spf13/cobra
synced 2025-05-06 05:17:21 +00:00
undo fmt
This commit is contained in:
parent
64bd4318af
commit
346dd1da26
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ func TestBashCompletions(t *testing.T) {
|
|||
ArgAliases: []string{"pods", "nodes", "services", "replicationcontrollers", "po", "no", "svc", "rc"},
|
||||
ValidArgs: []string{"pod", "node", "service", "replicationcontroller"},
|
||||
BashCompletionFunction: bashCompletionFunc,
|
||||
Run: emptyRun,
|
||||
Run: emptyRun,
|
||||
}
|
||||
rootCmd.Flags().IntP("introot", "i", -1, "help message for flag introot")
|
||||
rootCmd.MarkFlagRequired("introot")
|
||||
|
|
Loading…
Add table
Reference in a new issue