Add flag parsing and default to no-split
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
.