Skip to content

Commit 9aa0a8a

Browse files
committed
docs: update generated cli docs
Signed-off-by: Craig Jellick <[email protected]>
1 parent 02cbed0 commit 9aa0a8a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/docs/04-command-line-reference/gptscript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gptscript [flags] PROGRAM_FILE [INPUT...]
3030
--force-chat Force an interactive chat session if even the top level tool is not a chat tool ($GPTSCRIPT_FORCE_CHAT)
3131
--force-sequential Force parallel calls to run sequentially ($GPTSCRIPT_FORCE_SEQUENTIAL)
3232
-h, --help help for gptscript
33-
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT)
33+
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT_FILE)
3434
--list-models List the models available and exit ($GPTSCRIPT_LIST_MODELS)
3535
--list-tools List built-in tools and exit ($GPTSCRIPT_LIST_TOOLS)
3636
--no-trunc Do not truncate long log messages ($GPTSCRIPT_NO_TRUNC)

docs/docs/04-command-line-reference/gptscript_eval.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gptscript eval [flags]
3838
--disable-cache Disable caching of LLM API responses ($GPTSCRIPT_DISABLE_CACHE)
3939
--dump-state string Dump the internal execution state to a file ($GPTSCRIPT_DUMP_STATE)
4040
--events-stream-to string Stream events to this location, could be a file descriptor/handle (e.g. fd://2), filename, or named pipe (e.g. \\.\pipe\my-pipe) ($GPTSCRIPT_EVENTS_STREAM_TO)
41-
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT)
41+
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT_FILE)
4242
--no-trunc Do not truncate long log messages ($GPTSCRIPT_NO_TRUNC)
4343
--openai-api-key string OpenAI API KEY ($OPENAI_API_KEY)
4444
--openai-base-url string OpenAI base URL ($OPENAI_BASE_URL)

docs/docs/04-command-line-reference/gptscript_fmt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gptscript fmt [flags]
3232
--disable-cache Disable caching of LLM API responses ($GPTSCRIPT_DISABLE_CACHE)
3333
--dump-state string Dump the internal execution state to a file ($GPTSCRIPT_DUMP_STATE)
3434
--events-stream-to string Stream events to this location, could be a file descriptor/handle (e.g. fd://2), filename, or named pipe (e.g. \\.\pipe\my-pipe) ($GPTSCRIPT_EVENTS_STREAM_TO)
35-
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT)
35+
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT_FILE)
3636
--no-trunc Do not truncate long log messages ($GPTSCRIPT_NO_TRUNC)
3737
--openai-api-key string OpenAI API KEY ($OPENAI_API_KEY)
3838
--openai-base-url string OpenAI base URL ($OPENAI_BASE_URL)

docs/docs/04-command-line-reference/gptscript_parse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gptscript parse [flags]
3232
--disable-cache Disable caching of LLM API responses ($GPTSCRIPT_DISABLE_CACHE)
3333
--dump-state string Dump the internal execution state to a file ($GPTSCRIPT_DUMP_STATE)
3434
--events-stream-to string Stream events to this location, could be a file descriptor/handle (e.g. fd://2), filename, or named pipe (e.g. \\.\pipe\my-pipe) ($GPTSCRIPT_EVENTS_STREAM_TO)
35-
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT)
35+
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT_FILE)
3636
--no-trunc Do not truncate long log messages ($GPTSCRIPT_NO_TRUNC)
3737
--openai-api-key string OpenAI API KEY ($OPENAI_API_KEY)
3838
--openai-base-url string OpenAI base URL ($OPENAI_BASE_URL)

0 commit comments

Comments
 (0)