Removed command line argument spacer, preventing negative values (-P -5) from parsing.

This commit is contained in:
Marat Fayzullin 2022-08-08 22:30:35 -04:00
parent 551a8b7168
commit 11a5e9f53c

View File

@ -57,7 +57,7 @@ class Flag(CommandMapping):
class Option(CommandMapping):
def __init__(self, option):
self.option = option
self.spacer = " "
self.spacer = ""
def map(self, value):
if value is not None: