Fix UX when change_url args get asked interactively

This commit is contained in:
Alexandre Aubin 2019-01-17 00:24:02 +00:00
parent d656d5b4ba
commit 1c7f0d173a
2 changed files with 4 additions and 2 deletions

View file

@ -606,14 +606,14 @@ app:
full: --domain full: --domain
help: New app domain on which the application will be moved help: New app domain on which the application will be moved
extra: extra:
ask: ask_main_domain ask: ask_new_domain
pattern: *pattern_domain pattern: *pattern_domain
required: True required: True
-p: -p:
full: --path full: --path
help: New path at which the application will be moved help: New path at which the application will be moved
extra: extra:
ask: ask_path ask: ask_new_path
required: True required: True
### app_setting() ### app_setting()

View file

@ -57,6 +57,8 @@
"ask_list_to_remove": "List to remove", "ask_list_to_remove": "List to remove",
"ask_main_domain": "Main domain", "ask_main_domain": "Main domain",
"ask_new_admin_password": "New administration password", "ask_new_admin_password": "New administration password",
"ask_new_domain": "New domain",
"ask_new_path": "New path",
"ask_password": "Password", "ask_password": "Password",
"ask_path": "Path", "ask_path": "Path",
"backup_abstract_method": "This backup method hasn't yet been implemented", "backup_abstract_method": "This backup method hasn't yet been implemented",