Class: Bridgetown::Commands::Plugins

Inherits:
Bridgetown::Command show all
Defined in:
bridgetown-core/lib/bridgetown-core/commands/plugins.rb

Defined Under Namespace

Classes: CD, List, New

Instance Method Summary collapse

Methods inherited from Bridgetown::Command

command_line, start, summary

Instance Method Details

#callObject



279
280
281
282
283
284
285
# File 'bridgetown-core/lib/bridgetown-core/commands/plugins.rb', line 279

def call
  if @command
    @command.call
  else
    print_usage
  end
end