rat-assistant v1.0.0
Rat helper
This is a litle command line buddy who'll help you figure out how to improve your code, a rat. You give it the file(s) you're working on and a question on how to improve it and it'll tell you what it thinks.
rat-assistant ...flags
Arguments
Positionals: files path to file that it will parse string
Options: -k, --api-key the apikey of the api endpoint your using string default: "-----"
-e, --end-point api end point of the llm string
-m, --model language model to use string
-r, --rubber-ratty What you want the ducky to explain string
-o, --output file to output to string
-a, --append whether it destructively writes to file or appends ot boolean
-t, --token-usage provides token usage information at the end of output
-v, --version version showing boolean
-h, --help shows the commands boolean
8 months ago