You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var_func(cmd*Command, args []string, toCompletestring) ([]string, ShellCompDirective) =userComp//nolint:staticcheck // LHS type is needed for this use case
2930
+
var_func(cmd*Command, args []string, toCompletestring) ([]Completion, ShellCompDirective) =userComp//nolint:staticcheck // LHS type is needed for this use case
0 commit comments