add the ability to add literal command-line arguments
This commit is contained in:
@ -72,3 +72,8 @@ class Option(CommandMapping):
|
||||
def setSpacer(self, spacer):
|
||||
self.spacer = spacer
|
||||
return self
|
||||
|
||||
|
||||
class Argument(CommandMapping):
|
||||
def map(self, value):
|
||||
return value
|
||||
|
Reference in New Issue
Block a user