Restrict config.show_banner to valid options (#15985)

This commit is contained in:
Stefan Holderbach
2025-06-18 10:49:40 +02:00
committed by GitHub
parent 70aa7ad993
commit cde8a629c5
4 changed files with 79 additions and 8 deletions

View File

@ -70,7 +70,10 @@ $env.config.history.isolation = true
# Miscellaneous Settings
# ----------------------
# show_banner (bool): Enable or disable the welcome banner at startup
# show_banner (bool|string): Enable or disable the welcome banner at startup
# true | "full": show the full banner
# "short": just show the start-up time
# false | "none": don't show a banner
$env.config.show_banner = true
# rm.always_trash (bool):