feat: read file and add to prompt

This commit is contained in:
asrul10
2024-02-08 11:57:25 +07:00
parent 00b2ea6614
commit 1c4113d0c2
3 changed files with 53 additions and 10 deletions

View File

@@ -30,8 +30,9 @@ To use the "copy to clipboard" feature, you need to install either the `xclip` o
```bash
> lcg [options]
--help output usage information
--version output the version number
--update-key update the API key
--delete-key delete the API key
--help -h output usage information
--version -v output the version number
--file -f read command from file
--update-key -u update the API key
--delete-key -d delete the API key
```