yysun / apprun

AppRun is a JavaScript library for developing high-performance and reliable web applications using the elm inspired architecture, events and components.
https://apprun.js.org
MIT License
1.18k stars 57 forks source link

fix command line interface #120

Closed artiumdominus closed 3 years ago

artiumdominus commented 3 years ago

npx apprun was not recognizing any options, I don't know if commander worked differently before but call program.opts() is how to get the options now.

yysun commented 3 years ago

Thank you!