mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
parent
11e572d1a8
commit
12a141a00f
@ -247,11 +247,6 @@ def create_parser():
|
||||
dest='sk',
|
||||
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
|
||||
subparsers.add_parser('show-config',
|
||||
help='Show the current configuration')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user