Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(parser): Support more types with value_parser! #4257

Merged
merged 6 commits into from Sep 26, 2022
Merged

Commits on Sep 26, 2022

  1. feat(parser): Support From<&OsStr> types for value_parser!

    Last time I tried this, I wasn't able to resolve the lifetime issues.  I
    seemed to have gotten it working this time.
    
    This came up in clap-rs#4254.
    epage committed Sep 26, 2022
    Copy the full SHA
    e64ed91 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9f49c0c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    76ec238 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    931b633 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    31f9234 View commit details
    Browse the repository at this point in the history
  6. style: Make clippy happy

    epage committed Sep 26, 2022
    Copy the full SHA
    bd6b67c View commit details
    Browse the repository at this point in the history