Skip to content

Commit

Permalink
feat(cliclient): inhibit max-principals-per-cert filename completion
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Sep 28, 2023
1 parent 457f2ee commit 6b65ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cliclient/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,5 @@ func init() {
ClientConfig.MaxPrincipalsPerCertificate,
"Optional flag that instructs the server to put maximum of N principals per signed certificate.",
)
_ = RootCmd.RegisterFlagCompletionFunc("max-principals-per-certificate", cobra.NoFileCompletions)
}

0 comments on commit 6b65ed0

Please sign in to comment.