Closed
Description
A list of ideas for features that come up when using git-config::file::GitConfig
Boolean
can act asbool
or be converted to one, maybe using derefInteger
derefs to integer- Something like
try_value() -> Result<Option<T>, E>
as currently I am ignoring all errors as it's too cumbersome to check if the conversion failed which probably should be an actual - could there be a more convenient API than this.
Missing features
- cascading config files
- know which config files to cascade
- actual
PathBuf
instead of just a string - comfortable API for accessing values
- include directive
Related Discussions
Metadata
Metadata
Assignees
Labels
No labels