diff --git a/ee/cli/controllers/stack.py b/ee/cli/controllers/stack.py index 11f3c48f..e83deb27 100644 --- a/ee/cli/controllers/stack.py +++ b/ee/cli/controllers/stack.py @@ -5,10 +5,10 @@ from cement.core.controller import CementBaseController, expose class EEStackController(CementBaseController): class Meta: label = 'stack' - interface = controller.IController stacked_on = 'base' stacked_type = 'nested' description = 'stack command manages stack operations' + arguments = [ (['-f', '--foo'], dict(help='the notorious foo option', dest='foo', action='store', metavar='TEXT') ),