Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 16, 2023
1 parent f97a7b5 commit fc8d356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion register.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ func Register(cmd *cobra.Command) {
}
return nil
},
DisableFlagParsing: true,
}

macroCmd.Flags().SetInterspersed(false)

carapaceCmd.AddCommand(macroCmd)

carapace.Gen(macroCmd).PositionalCompletion(
Expand Down

0 comments on commit fc8d356

Please sign in to comment.