add the ability to add literal command-line arguments
This commit is contained in:
parent
c9dd33ba57
commit
b158e0d17d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user