Skip to content

Commit

Permalink
fix autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
revengel committed Jun 2, 2024
1 parent e4676a3 commit d192e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh-add.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (s *gc) PathAutocomplete(cmd *cobra.Command, args []string, toComplete stri
return []string{err.Error()}, cobra.ShellCompDirectiveError
}

return ll, cobra.ShellCompDirectiveDefault
return ll, cobra.ShellCompDirectiveNoFileComp
}

func (s *gc) BeforeBase(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit d192e84

Please sign in to comment.