Merge PR #767: feat: add --summary flag to hermes tools
Authored by luisv-1. Adds hermes tools --summary for a quick non-interactive view of enabled tools per platform.
This commit is contained in:
commit
3a2fd1a5c9
3 changed files with 49 additions and 1 deletions
|
|
@ -2321,6 +2321,11 @@ For more help on a command:
|
|||
help="Configure which tools are enabled per platform",
|
||||
description="Interactive tool configuration — enable/disable tools for CLI, Telegram, Discord, etc."
|
||||
)
|
||||
tools_parser.add_argument(
|
||||
"--summary",
|
||||
action="store_true",
|
||||
help="Print a summary of enabled tools per platform and exit"
|
||||
)
|
||||
|
||||
def cmd_tools(args):
|
||||
from hermes_cli.tools_config import tools_command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue