From cdd611d0d9b247f96c665f66516afabc5ee957f4 Mon Sep 17 00:00:00 2001 From: gau1991 Date: Tue, 2 Dec 2014 13:29:29 +0530 Subject: [PATCH] Fixed code --- ee/cli/controllers/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') ),