Skip to content

Commit

Permalink
rm completions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Oct 3, 2024
1 parent b4972f7 commit d61743c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion completers/cargo_completer/cmd/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func init() {
"features": action.ActionFeatures(buildCmd).UniqueList(","),
"manifest-path": carapace.ActionFiles(),
"message-format": action.ActionMessageFormats(),
"out-dir": carapace.ActionDirectories(),
"package": action.ActionDependencies(buildCmd, true),
"profile": action.ActionProfiles(buildCmd),
"target-dir": carapace.ActionDirectories(),
Expand Down
2 changes: 0 additions & 2 deletions completers/cargo_completer/cmd/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package cmd

import (
"github.com/carapace-sh/carapace"
"github.com/carapace-sh/carapace-bin/completers/cargo_completer/cmd/action"
"github.com/spf13/cobra"
)

Expand All @@ -28,6 +27,5 @@ func init() {

carapace.Gen(updateCmd).FlagCompletion(carapace.ActionMap{
"manifest-path": carapace.ActionFiles(),
"package": action.ActionDependencies(updateCmd, false),
})
}

0 comments on commit d61743c

Please sign in to comment.