"Current" => "Default"
This commit is contained in:
parent
9139032a0e
commit
1214137005
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from .subcommand import SubCommand
|
|||
|
||||
def user_input(config, key, prompt):
|
||||
# prompt user as per argument
|
||||
result = input("{} [Current: {}] ".format(prompt, config[key])).strip()
|
||||
result = input("{} [Default: {}] ".format(prompt, config[key])).strip()
|
||||
|
||||
# store result if present
|
||||
if result:
|
||||
|
|
Loading…
Reference in a new issue