You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a --show-options (or --show-config) CLI flag that prints resolved options to stdout.
Rationale: one goal of this tool is to make every feature configurable through CLI options. This requires custom formats and parsing rules. I'm trying to print warnings and errors for obviously malformed inputs, but some issues can go undetected, and letting users check what options are actually resolving to could be useful.
Alternative: a more generic approach, with a DEBUG=true or --debug flag that prints resolved options but also more detailed information at all stages.