Break generate-clients script to multiple modular commands #2953
Labels
closed-for-staleness
feature-request
New feature or enhancement. May require GitHub community feedback.
p2
This is a standard priority issue
Is your feature request related to a problem? Please describe.
The generate-clients folder has a monolith code which does lot of things:
When a new command to generate generic client had to be added, we have to write a duplicate script in #2952
Describe the solution you'd like
Refactor generate-clients folder to split into multiple commands, each one of which serves a different purpose. The parent command will call modular commands based on options passed.
Describe alternatives you've considered
Additional context
Advanced topics in yargs https://github.com/yargs/yargs/blob/main/docs/advanced.md
The text was updated successfully, but these errors were encountered: