We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2df4667 + 363f4c0 commit 3598fc3Copy full SHA for 3598fc3
cli/command/completion/functions.go
@@ -13,11 +13,6 @@ import (
13
"github.com/spf13/cobra"
14
)
15
16
-// ValidArgsFn a function to be used by cobra command as `ValidArgsFunction` to offer command line completion.
17
-//
18
-// Deprecated: use [cobra.CompletionFunc].
19
-type ValidArgsFn = cobra.CompletionFunc
20
-
21
// APIClientProvider provides a method to get an [client.APIClient], initializing
22
// it if needed.
23
//
0 commit comments