lib/percheron/commands/main.rb in percheron-0.7.10 vs lib/percheron/commands/main.rb in percheron-0.7.11

- old
+ new

@@ -1,8 +1,8 @@ module Percheron module Commands class Main < Abstract - subcommand %w(list status), "List stacks and it's units", List + subcommand %w(list status), 'List stacks and its units', List subcommand 'console', 'Start a pry console session', Console subcommand 'start', 'Start a stack', Start subcommand 'stop', 'Stop a stack', Stop subcommand 'restart', 'Restart a stack', Restart subcommand 'build', 'Build images for a stack', Build