polymorpher / pano

Pano: a command line tool suite for operating and monitoring an options market, such as Panoptic
0 stars 0 forks source link

CLI mode #4

Open jwst9 opened 3 weeks ago

jwst9 commented 3 weeks ago

https://github.com/polymorpher/pano/issues/1

polymorpher commented 1 week ago

I suggest using yarg to setup and parse options for different commands and to provide help messages, rather than creating custom hook components and write complex custom logics inside existing components such as Trade, see https://github.com/yargs/yargs/issues/997

jwst9 commented 6 days ago

Moved all options from React context to yargv