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

Minor change: Use "args" where there is more than one "arg" #531

Merged
merged 2 commits into from
Mar 10, 2021
Merged

Minor change: Use "args" where there is more than one "arg" #531

merged 2 commits into from
Mar 10, 2021

Conversation

gemmaro
Copy link
Contributor

@gemmaro gemmaro commented Mar 10, 2021

Replaced args with args.
This commit is not a bug fix.

This commit is not a bug fix.
.arg("search")
.arg("cargo-make")
.args(&["search", "cargo-make"])
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure this is more readable.... lets drop this one.

@sagiegurari
Copy link
Owner

nice. is that a new function? don't remember it when i first developed cargo-make.

@sagiegurari sagiegurari self-assigned this Mar 10, 2021
@codecov-io
Copy link

codecov-io commented Mar 10, 2021

Codecov Report

Merging #531 (9588640) into master (9c6a676) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #531      +/-   ##
==========================================
- Coverage   92.92%   92.92%   -0.01%     
==========================================
  Files          98       98              
  Lines       18677    18672       -5     
==========================================
- Hits        17356    17351       -5     
  Misses       1321     1321              
Impacted Files Coverage Δ
src/lib/command.rs 93.80% <100.00%> (-0.06%) ⬇️
src/lib/installer/cargo_plugin_installer.rs 82.14% <100.00%> (-0.42%) ⬇️
src/lib/installer/rustup_component_installer.rs 70.12% <100.00%> (-0.76%) ⬇️

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 9c6a676...9588640. Read the comment docs.

@sagiegurari
Copy link
Owner

merging. thanks a lot for this quality change :)

@sagiegurari sagiegurari merged commit ccce394 into sagiegurari:master Mar 10, 2021
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.

3 participants