Skip to content

Commit 231952d

Browse files
committed
refactor(mussh): clean up option -a
1 parent d8f5f32 commit 231952d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/mussh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ _comp_cmd_mussh()
3939
;;
4040
-c)
4141
compopt -o filenames
42-
_comp_compgen -a commands
42+
_comp_compgen_commands
4343
return
4444
;;
4545
esac

0 commit comments

Comments
 (0)