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
374 stars 132 forks source link

fix: format program option #316

Closed pomali closed 2 years ago

pomali commented 2 years ago

index.js - options variable in parser() was overshadowing options variable from main()

Q A
Branch? main for features / current stable version branch for bug fixes
Tickets
License MIT

L94 was using options.format from parser - which was always undefined

dunglas commented 2 years ago

Thanks!