We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2223c7b commit 1a55dcbCopy full SHA for 1a55dcb
lib/bashly/commands/shell.rb
@@ -33,7 +33,7 @@ def runner
33
end
34
35
def autocomplete
36
- @autocomplete ||= %w[--help] + runner.commands.keys
+ @autocomplete ||= %w[help version] + runner.commands.keys
37
38
39
0 commit comments