add source for rf103 (experimental)

This commit is contained in:
Jakob Ketterl
2020-10-25 16:53:18 +01:00
parent e6a04aa5e9
commit dc03639cad
3 changed files with 20 additions and 1 deletions

View File

@ -76,4 +76,4 @@ class Option(CommandMapping):
class Argument(CommandMapping):
def map(self, value):
return value
return str(value)