diff --git a/owrx/command.py b/owrx/command.py index 871e414..87ae711 100644 --- a/owrx/command.py +++ b/owrx/command.py @@ -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