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