Method: Codebuild::Completer#all_commands
- Defined in:
- lib/codebuild/completer.rb
#all_commands ⇒ Object
all top-level commands
117 118 119 120 121 122 |
# File 'lib/codebuild/completer.rb', line 117 def all_commands commands = @command_class.all_commands.reject do |k,v| v.is_a?(Thor::HiddenCommand) end commands.keys end |