Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 11, 2024
1 parent deb9fb2 commit af8d4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completers/cargo-watch_completer/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ func init() {
rootCmd.Flags().StringP("workdir", "C", "", "Change working directory before running command [default: crate root]")

carapace.Gen(rootCmd).FlagCompletion(carapace.ActionMap{
"exec": bridge.ActionCarapaceBin("cargo").Split(),
"env": env.ActionSetEnvs(env.SetEnvOpts{}.Default()),
"exec": bridge.ActionCarapaceBin("cargo").Split(),
"features": cargo.ActionFeatures("").UniqueList(","),
"shell": bridge.ActionCarapaceBin().SplitP(),
"use-shell": os.ActionShells(),
Expand Down

0 comments on commit af8d4be

Please sign in to comment.