Method: Codebuild::Completer#thor_group_command?
- Defined in:
- lib/codebuild/completer.rb
#thor_group_command? ⇒ Boolean
hacky way to detect that command is a registered Thor::Group command
107 108 109 |
# File 'lib/codebuild/completer.rb', line 107 def thor_group_command? command_params(raw=true) == [[:rest, :args]] end |