We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176a706 commit eaa9983Copy full SHA for eaa9983
cmd/setup.go
@@ -13,5 +13,5 @@ var setupCmd = &cobra.Command{
13
14
func init() {
15
rootCmd.AddCommand(setupCmd)
16
- setupUpdateCmd.PersistentFlags().BoolVarP(&Interactive, "interactive", "i", true, "update interactivity")
+ setupCmd.PersistentFlags().BoolVarP(&Interactive, "interactive", "i", true, "update interactivity")
17
}
0 commit comments