0xacx / chatGPT-shell-cli

Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.
https://gptshell.cc
MIT License
1.15k stars 159 forks source link

renaming VAR for multiline option (-b | --big-prompt) option and its … #136

Open JulianvonGebhardi opened 1 year ago

JulianvonGebhardi commented 1 year ago

…fix to prevent error: UNKNOWN PARAMETER

I found a little issue with the multiline option. The option -b (--big-prompt) produced the error: "Unknown parameter". I quickly fixed it and renamed the var to match the options in your README.md for clarification.

And props! I really it!

JulianvonGebhardi commented 1 year ago

Since I just found the previous commit related to this. Another soltuion might be: