Add --files flag #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
--files should accept a list of files, read their contents, and allow the users to make prompts in the context of the contents of those files.
Initially this will only support text files and will put the entire file into the prompt. It would be nice to grow into a fairly comprehensive RAG solution at some point
E.g.
lmcli prompt --files my_code.py -- "Review this code"