From 5774278fb7e230b67c7a8f3020be3fc2219de847 Mon Sep 17 00:00:00 2001 From: juk0de Date: Fri, 20 Oct 2023 08:52:42 +0200 Subject: [PATCH] README: added new 'question' command parameters --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c661200..bfca190 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ cmm question [-t OTAGS]... [-k ATAGS]... [-x XTAGS]... [-o OUTTAGS]... [-A AI_ID * `-O, --overwrite`: Overwrite existing messages when repeating them * `-s, --source-text FILE`: Add content of a file to the query * `-S, --source-code FILE`: Add source code file content to the chat history +* `-l, --location {cache,db,all}`: Use given location when building the chat history (default: 'db') +* `-g, --glob GLOB`: Filter message files using the given glob pattern #### Hist @@ -83,6 +85,8 @@ cmm hist [--print | --convert FORMAT] [-t OTAGS]... [-k ATAGS]... [-x XTAGS]... * `-S, --source-code-only`: Only print embedded source code * `-A, --answer SUBSTRING`: Filter for answer substring * `-Q, --question SUBSTRING`: Filter for question substring +* `-l, --location {cache,db,all}`: Use given location when building the chat history (default: 'db') +* `-g, --glob GLOB`: Filter message files using the given glob pattern #### Tags