Skip to content

Commit

Permalink
Merge pull request #1934 from rsteube/git-credential
Browse files Browse the repository at this point in the history
git: credential
  • Loading branch information
rsteube authored Oct 29, 2023
2 parents 5e703b0 + db9cde6 commit b4cc694
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ func init() {
carapace.Gen(credentialCmd).Standalone()

rootCmd.AddCommand(credentialCmd)

carapace.Gen(credentialCmd).PositionalCompletion(
carapace.ActionValues("fill", "approve", "reject"),
)
}

0 comments on commit b4cc694

Please sign in to comment.