Sha256: 2e166845a4eea7fd5ab588e501d7bd827a992d094943acedf5bb1ab835dd2538

Contents?: true

Size: 343 Bytes

Versions: 5

Compression:

Stored size: 343 Bytes

Contents

module Percheron
  module CLI
    class MainCommand < AbstractCommand
      subcommand 'list', "List stacks and it's containers", ListCommand
      subcommand 'console', 'Start a pry console session', ConsoleCommand
      subcommand 'start', 'Start a stack', StartCommand
      subcommand 'stop', 'Stop a stack', StopCommand
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
percheron-0.2.4 lib/percheron/cli/main_command.rb
percheron-0.2.3 lib/percheron/cli/main_command.rb
percheron-0.2.2 lib/percheron/cli/main_command.rb
percheron-0.2.1 lib/percheron/cli/main_command.rb
percheron-0.2.0 lib/percheron/cli/main_command.rb