jschuur / chatgpt-repl

Interactive CLI for ChatGPT
https://npmjs.com/package/chatgpt-repl
13 stars 0 forks source link

Feature: Simplify option parsing #7

Closed jschuur closed 1 year ago

jschuur commented 1 year ago

I usually use commander, but this time around, add better command line option handling of default values, the help and the version commands by using cac.

jschuur commented 1 year ago

Turns out commander is still the best. Implemented in 0.2.