Ejemplo n.º 1
0
 def __init__(self):
     """ Initialize the Arg """
     FlagArg.__init__(self, '-c', '--config', action="store", help="Config file to use for conversion")
Ejemplo n.º 2
0
 def __init__(self):
     """ Initialize the Arg """
     FlagArg.__init__(self, '-a', '--args', action="store", nargs='+', help="Specify the additional args: arg=value")
Ejemplo n.º 3
0
 def __init__(self, *, help):
     """ Initialize the Arg """
     FlagArg.__init__(self, "-w", "--workspace", action="store", help=help)
Ejemplo n.º 4
0
 def __init__(self, *, help):
     """ Initialize the Arg """
     FlagArg.__init__(self, "-p", "--project", action="store", help=help)