Skip to content

git-config towards 1.0 #191

Closed
Closed
@Byron

Description

@Byron

A list of ideas for features that come up when using git-config::file::GitConfig

  • Boolean can act as bool or be converted to one, maybe using deref
  • Integer 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions