diff --git a/docs/help.md b/docs/help.md index 0941893..c426e32 100644 --- a/docs/help.md +++ b/docs/help.md @@ -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. diff --git a/llm/cli.py b/llm/cli.py index b6b9700..91f8294 100644 --- a/llm/cli.py +++ b/llm/cli.py @@ -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 """