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:
parent
9ec3a7a21b
commit
0d23ad7a15
2 changed files with 21 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue