Don't print auto config if we are in an auto config

This commit is contained in:
Ilan Cosman 2023-09-17 20:32:30 -07:00
parent c0fd6a2f85
commit ecb00e28ae
2 changed files with 2 additions and 2 deletions

View File

@ -134,5 +134,5 @@ function _tide_display_prompt -a var_name var_value
end
function _tide_exit_configure
set -e _tide_selected_option # Skip through all switch and _next_choice
set -e _tide_selected_option # Skip through all switch and _next_choice
end

View File

@ -15,7 +15,7 @@ function finish
case 'Overwrite your current tide config'
_tide_finish
command -q clear && clear
_tide_print_configure_current_options
set -q _flag_auto || _tide_print_configure_current_options
case 'Exit and print the config you just generated'
_tide_exit_configure
command -q clear && clear