Exemplo n.º 1
0
 def render(self, **arguments):
     arguments['archetype'] = 'aquilon'
     return CommandMake.render(self, **arguments)
Exemplo n.º 2
0
 def render(self, **arguments):
     arguments['archetype'] = 'aquilon'
     return CommandMake.render(self, **arguments)
Exemplo n.º 3
0
 def render(self, session, **arguments):
     return CommandMake.render(self, session, **arguments)
Exemplo n.º 4
0
 def render(self, session, **arguments):
     return CommandMake.render(self, session, **arguments)