BuilderIO / ai-shell

A CLI that converts natural language to shell commands.
MIT License
3.92k stars 237 forks source link

chore: few minor code quality fixes #82

Closed incerta closed 1 year ago

incerta commented 1 year ago

While exploring the codebase I have noticed that we have two unnecessary OPENAI_KEY error checks, we don't need them because we already have typeguard at the configParsers so we could avoid this duplication. Also stumbled upon two lint errors, fixed them in two subsequent commits

steve8708 commented 1 year ago

Awesome, thanks @incerta!