What problem does this feature solve?
Looking to enhance the CLI by auto-generating command line arguments based on the options schema.
Desc
- Automatically generate CLI args from schema options (booleans, strings, arrays of strings).This would make the CLI more flexible, reducing the need for a config file and aligning args directly with schema types.
What does the proposed API look like?
n/a