Skip to content

Commit

Permalink
fix: multiple options to --pad-size and others was no-longer working
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone authored and eyeonus committed May 6, 2024
1 parent ab75113 commit f69dffd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tradedangerous/commands/parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def __init__(self):
'dest': 'padSize',
'metavar': 'PADSIZES',
'type': 'padsize',
'choices': 'SsMmLl?',
}


Expand Down Expand Up @@ -153,7 +152,6 @@ def __init__(self):
'dest': 'planetary',
'metavar': 'PLANETARY',
'type': 'planetary',
'choices': 'YyNn?',
}


Expand Down Expand Up @@ -181,7 +179,6 @@ def __init__(self):
'dest': 'fleet',
'metavar': 'FLEET',
'type': 'fleet',
'choices': 'YyNn?',
}

class OdysseyArgument(int):
Expand All @@ -208,7 +205,6 @@ def __init__(self):
'dest': 'odyssey',
'metavar': 'ODYSSEY',
'type': 'odyssey',
'choices': 'YyNn?',
}


Expand Down

0 comments on commit f69dffd

Please sign in to comment.