Hint at llm prompt --help in llm --help, closes #868

This commit is contained in:
Simon Willison 2025-03-29 20:59:31 -07:00
parent f641b89882
commit 70e0799821
2 changed files with 8 additions and 0 deletions

View file

@ -59,6 +59,10 @@ Usage: llm [OPTIONS] COMMAND [ARGS]...
llm 'Five outrageous names for a pet pelican'
For a full list of prompting options run:
llm prompt --help
Options:
--version Show the version and exit.
--help Show this message and exit.

View file

@ -173,6 +173,10 @@ def cli():
Then execute a prompt like this:
llm 'Five outrageous names for a pet pelican'
For a full list of prompting options run:
llm prompt --help
"""