Exemplo n.º 1
0
 def __init__(self, cmd, args):
     SubCommandBase.__init__(
         self,
         cmd, args,
         load_recipes=True,
         require_prefix=(args.sub_command != 'init'),
     )
Exemplo n.º 2
0
 def __init__(self, cmd, args):
     SubCommandBase.__init__(
         self,
         cmd, args,
         load_recipes=False,
         require_prefix=False,
     )