Merge "The incredible shrinking TC"
This commit is contained in:
commit
c62fd0d604
@ -69,7 +69,7 @@ def main():
|
|||||||
parser.add_argument('date', type=valid_date, help='in the form YYYY-MM-DD')
|
parser.add_argument('date', type=valid_date, help='in the form YYYY-MM-DD')
|
||||||
parser.add_argument('release', help='release name')
|
parser.add_argument('release', help='release name')
|
||||||
parser.add_argument('type', choices=['TC', 'PTL'])
|
parser.add_argument('type', choices=['TC', 'PTL'])
|
||||||
parser.add_argument('--tc-seats', default=6, choices=['6', '7'],
|
parser.add_argument('--tc-seats', default=4, choices=['4', '5'],
|
||||||
help='number of TC seats up for election')
|
help='number of TC seats up for election')
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
Loading…
Reference in New Issue
Block a user