@@ -227,8 +227,8 @@ chatblade can be used with an Azure OpenAI endpoint, in which case in addition t
227227### Help
228228
229229```
230- usage: Chatblade [-h] [--openai-api-key key] [--temperature t] [-c {3.5,4}] [-i] [-s] [-t] [-p name] [-e] [-r] [-n] [-o] [-l] [-S sess] [--session-list] [--session-path ]
231- [--session-dump] [--session-delete] [--session-rename newsess]
230+ usage: Chatblade [-h] [--openai-api-key key] [--temperature t] [-c {3.5,4}] [-i] [-s] [-t] [-p name] [-e] [-r] [-n] [-o] [--theme theme] [- l] [-S sess] [--session-list]
231+ [--session-path] [--session- dump] [--session-delete] [--session-rename newsess]
232232 [query ...]
233233
234234a CLI Swiss Army Knife for ChatGPT
@@ -244,13 +244,14 @@ options:
244244 -i, --interactive start an interactive chat session. This will implicitly continue the conversation
245245 -s, --stream Stream the incoming text to the terminal
246246 -t, --tokens display what *would* be sent, how many tokens, and estimated costs
247- -p name, --prompt-file name prompt name - will load the prompt at ~/.config/chatblade/name as system msg
247+ -p name, --prompt-file name prompt name - will load the prompt with that name at ~/.config/chatblade/name or a path to a file
248248
249249result formatting options:
250250 -e, --extract extract content from response if possible (either json or code block)
251251 -r, --raw print session as pure text, don't pretty print or format
252252 -n, --no-format do not add pretty print formatting to output
253253 -o, --only Only display the response, omit query
254+ --theme theme Set the theme for syntax highlighting see https://pygments.org/styles/, can also be set with CHATBLADE_THEME
254255
255256session options:
256257 -l, --last alias for '-S last', the default session if none is specified
0 commit comments