Compare commits
3 Commits
049edbf940
...
5774278fb7
| Author | SHA1 | Date | |
|---|---|---|---|
| 5774278fb7 | |||
| 40d0de50de | |||
| 72d31c26e9 |
@ -65,7 +65,7 @@ cmm question [-t OTAGS]... [-k ATAGS]... [-x XTAGS]... [-o OUTTAGS]... [-A AI_ID
|
|||||||
* `-O, --overwrite`: Overwrite existing messages when repeating them
|
* `-O, --overwrite`: Overwrite existing messages when repeating them
|
||||||
* `-s, --source-text FILE`: Add content of a file to the query
|
* `-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
|
* `-S, --source-code FILE`: Add source code file content to the chat history
|
||||||
* `-l, --location {disk,cache,db,all}`: Use given location when building the chat history (default: 'db')
|
* `-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
|
* `-g, --glob GLOB`: Filter message files using the given glob pattern
|
||||||
|
|
||||||
#### Hist
|
#### Hist
|
||||||
@ -85,6 +85,8 @@ cmm hist [--print | --convert FORMAT] [-t OTAGS]... [-k ATAGS]... [-x XTAGS]...
|
|||||||
* `-S, --source-code-only`: Only print embedded source code
|
* `-S, --source-code-only`: Only print embedded source code
|
||||||
* `-A, --answer SUBSTRING`: Filter for answer substring
|
* `-A, --answer SUBSTRING`: Filter for answer substring
|
||||||
* `-Q, --question SUBSTRING`: Filter for question 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
|
#### Tags
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user