Skip to content

Commit 5052a39

Browse files
committed
cli/command/completion: remove deprecated ValidArgsFn
This was deprecated in 9f19820, which is part of v28.x, and unlikely used externally. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 4beddd3 commit 5052a39

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cli/command/completion/functions.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ import (
1313
"github.com/spf13/cobra"
1414
)
1515

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-
2116
// APIClientProvider provides a method to get an [client.APIClient], initializing
2217
// it if needed.
2318
//

0 commit comments

Comments
 (0)