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

Error out if other flags are specified with --list or --help #81

Merged
merged 1 commit into from
Feb 27, 2021

Conversation

brettcannon
Copy link
Owner

Fixes #80

@codecov
Copy link

codecov bot commented Feb 27, 2021

Codecov Report

Merging #81 (66db6a5) into main (1f97216) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #81   +/-   ##
=======================================
  Coverage   99.69%   99.70%           
=======================================
  Files           2        2           
  Lines         328      336    +8     
=======================================
+ Hits          327      335    +8     
  Misses          1        1           
Impacted Files Coverage Δ
src/lib.rs 100.00% <ø> (ø)
src/cli.rs 99.37% <100.00%> (+0.03%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f97216...66db6a5. Read the comment docs.

@brettcannon brettcannon merged commit 2b60afb into main Feb 27, 2021
@brettcannon brettcannon deleted the solo-flags-enforced branch February 27, 2021 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make it an error to specify other flags with --help or --list
1 participant