We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc7913 commit f3ba936Copy full SHA for f3ba936
1 file changed
internal/core/autocomplete_utils.go
@@ -80,6 +80,9 @@ func AutocompleteGetArg(ctx context.Context, cmd *Command, argSpec *ArgSpec, com
80
}
81
82
83
+ // Apply default arguments
84
+ listRawArgs = ApplyDefaultValues(ctx, listCmd.ArgSpecs, listRawArgs)
85
+
86
// Unmarshal args.
87
// After that we are done working with rawArgs
88
// and will be working with cmdArgs.
0 commit comments