Skip to content

Commit 1a55dcb

Browse files
committed
update shell completions
1 parent 2223c7b commit 1a55dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bashly/commands/shell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def runner
3333
end
3434

3535
def autocomplete
36-
@autocomplete ||= %w[--help] + runner.commands.keys
36+
@autocomplete ||= %w[help version] + runner.commands.keys
3737
end
3838
end
3939
end

0 commit comments

Comments
 (0)