lib/percheron/commands/shell.rb in percheron-0.7.2 vs lib/percheron/commands/shell.rb in percheron-0.7.3
- old
+ new
@@ -2,10 +2,9 @@
module Commands
class Shell < Abstract
parameter('STACK_NAME', 'stack name', required: true)
parameter('CONTAINER_NAME', 'container name', required: true)
-
option('--shell', 'SHELL', 'Shell to use', default: Percheron::Actions::Shell::DEFAULT_SHELL)
def execute
super
stack.shell!(container_name, shell: shell)