feat(cli): add 'helper' alias for markitect helper command
markitect helper <QUESTION> now works as a short alias for markitect llm-helper, per the original plan specification. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
34ed7a6fab
commit
dfab3d598b
1 changed files with 2 additions and 1 deletions
|
|
@ -7139,7 +7139,8 @@ try:
|
|||
helper_command, llm_catalog, llm_check,
|
||||
llm_default_command, llm_preference_command,
|
||||
)
|
||||
cli.add_command(helper_command)
|
||||
cli.add_command(helper_command) # registers as llm-helper
|
||||
cli.add_command(helper_command, name="helper") # short alias
|
||||
cli.add_command(llm_catalog)
|
||||
cli.add_command(llm_check)
|
||||
cli.add_command(llm_default_command)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue