Is your feature request related to a problem? Please describe.
feature-request.
Describe the solution you'd like
The solution will be simplifying what options take precedence when provided. My idea is to respect options in the following order:
- Cli
- CustomConfiguration
- defaults.
The conflict is that at the moment, the cli provides defaults already and it makes it confusing if it was provided or was the cli (commander) that gave the value (as a default).
Is your feature request related to a problem? Please describe.
feature-request.
Describe the solution you'd like
The solution will be simplifying what options take precedence when provided. My idea is to respect options in the following order:
The conflict is that at the moment, the cli provides defaults already and it makes it confusing if it was provided or was the cli (commander) that gave the value (as a default).