Skip to content

Commit 6141358

Browse files
committed
Update README
1 parent 6aa19f2 commit 6141358

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ By default, your `.git` directory and your `.gitignore` files are ignored. Any f
3131
* `-p`, `--preamble`: Path to a text file containing a preamble to include at the beginning of the output file.
3232
* `-o`, `--output`: Path to the output file. If not specified, will print to standard output.
3333
* `-e`, `--estimate`: Estimate the tokens of the output file. If not specified, does not estimate.
34+
* `-j`, `--json`: Output to JSON rather than plain text. Use with `-o` to specify the output file.
35+
* `-i`, `--ignore`: Path to the `.gptignore` file. If not specified, will look for a `.gptignore` file in the same directory as the `.gitignore` file.
36+
* `-g`, `--ignore-gitignore`: Ignore the `.gitignore` file.
3437

3538
## Contributing
3639

0 commit comments

Comments
 (0)