# Can run this...
gr-ai
# This...
gr-ai -h
# Or this
gr-ai --help
NOTE
: there is always going to be ashorthand version
of a flag/option. The subsequent examples will prefer the shorthand flags when writing commands.
gr-ai -v
# Makes a .gimme_readme_config file if it's not there already
# Or, helps you find the path to your existing .gimme_readme_config file
gr-ai -c
Creates a config file if it doesn't exist already:
Locates the config file if it does exist:
gr-ai -m gemini-1.5-flash -f tests/unit/_gr.test.js -o explanation.md -t 0.1
gr-ai -pf prompt.md -f src/ -o explain.md
gr-ai -p "Can you provide your best explanation of a static analysis tool, with examples in JavaScript?" -o explanation.md