-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
} | ||
) | ||
} | ||
macro_rules! usage { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tried tt muncher pattern here (so default and non-default fields could be mixed) but it's quickly reaching default recursion limit.
Awesome! I can see this opening the door to nice presets for sure. I'm not sure if keeping accounts to unlock + password files in the config is a good idea. |
The files that are included are just examples (and are used for tests). Defaults (our defaults) are still hardcoded - but no longer in Docopt, but rather in this |
Is this intended to supersede #2014? |
Not really, afaict. #2014 specifies what |
LGTM. Prefer someone else to take a look also |
Please have a look at parameters definition format - it's a bit different now, maybe someone will have a nice idea how to make it more pleasant. |
~/.parity/config.toml
by default.--config
What might follow:
PR with "presets" - pre-defined config files for specific use cases.
Closes: #880