Problem: Had some arguments for the show command, which won't be implemented until the next PR

Solution: Removed them
This commit is contained in:
z-bowen 2018-08-08 14:35:30 +02:00
parent 11e572d1a8
commit 12a141a00f

View File

@ -247,11 +247,6 @@ def create_parser():
dest='sk', dest='sk',
help='Path to the private key of the election initiator.') help='Path to the private key of the election initiator.')
show_election_subparser = validator_subparser.add_parser('show',
help='Show election information.')
show_election_subparser.add_argument('election_id')
# parsers for showing/exporting config values # parsers for showing/exporting config values
subparsers.add_parser('show-config', subparsers.add_parser('show-config',
help='Show the current configuration') help='Show the current configuration')