add the ability to add literal command-line arguments

This commit is contained in:
Jakob Ketterl 2020-08-16 23:19:37 +02:00
parent c9dd33ba57
commit b158e0d17d
1 changed files with 5 additions and 0 deletions

View File

@ -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