fix: cover remaining config placeholder help text

Update the unknown-subcommand config help output to use placeholder syntax too,
and extend the placeholder regression tests to cover show_config() and that
fallback help path.
This commit is contained in:
teknium1 2026-03-14 10:35:14 -07:00
parent 9ec3a7a21b
commit 0d23ad7a15
2 changed files with 21 additions and 2 deletions

View file

@ -1506,7 +1506,7 @@ def config_command(args):
print("Available commands:")
print(" hermes config Show current configuration")
print(" hermes config edit Open config in editor")
print(" hermes config set K V Set a config value")
print(" hermes config set <key> <value> Set a config value")
print(" hermes config check Check for missing/outdated config")
print(" hermes config migrate Update config with new options")
print(" hermes config path Show config file path")