Method: Codebuild::Completer#subcommand?

Defined in:
lib/codebuild/completer.rb

#subcommand?(command) ⇒ Boolean

Returns:

  • (Boolean)


102
103
104
# File 'lib/codebuild/completer.rb', line 102

def subcommand?(command)
  @command_class.subcommands.include?(command)
end