Class: Bosh::Info::ThorCli

Inherits:
Thor
  • Object
show all
Defined in:
lib/bosh/info/thor_cli.rb

Instance Method Summary collapse

Instance Method Details

#specsObject



11
12
13
14
15
# File 'lib/bosh/info/thor_cli.rb', line 11

def specs
  require "bosh/info/cli/commands/specs"
  specs_cmd = Bosh::Info::Cli::Commands::Specs.new(options)
  specs_cmd.perform
end