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

Clap update #1398

Merged
merged 2 commits into from
Oct 18, 2023
Merged

Clap update #1398

merged 2 commits into from
Oct 18, 2023

Commits on Oct 18, 2023

  1. bug: Update clap to 4.4.6

    This also fixes a couple of problems that are now errors:
    
    - Remove use of unstable-grouped feature flag that no longer exists
    - Fix some conflicts rules with non-existant options
      * has_results should have been quiet
      * count doesn't exist. I'm not sure where it came from
    
    Fixes: sharkdp#1397
    tmccombs committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e6b5a4e View commit details
    Browse the repository at this point in the history
  2. Update Changelog

    This was missed
    tmccombs committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    fa01a28 View commit details
    Browse the repository at this point in the history