Skip to content

Add flag parsing and default to no-split

Compare
Choose a tag to compare
@skelouse skelouse released this 15 Nov 02:27
· 16 commits to main since this release

Run code-to-gpt with the necessary flags:

  • --with-prompt: Includes an initial prompt.
  • --split-files or -s: Splits the codebase into multiple files if it is too large for a single file.
  • --clipboard or -c: Copies the output to the clipboard. Note: this flag does not work with --split-files.