mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-17 18:21:06 +00:00
Hint at llm prompt --help in llm --help, closes #868
This commit is contained in:
parent
f641b89882
commit
70e0799821
2 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
"""
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue