api-platform / create-client

Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.
https://api-platform.com/docs/client-generator/
MIT License
373 stars 132 forks source link

feat: upgrade to commander.js v8 #307

Closed Shywim closed 3 years ago

Shywim commented 3 years ago
Q A
Branch? main for features / current stable version branch for bug fixes
Tickets #257
License MIT
Doc PR

With commander.js v7, options are stored in another object instead of directly in program. Rest is working as intended.

dunglas commented 3 years ago

Great, thanks!