k0r0pt / Project-Tauro

A Router WiFi key recovery/cracking tool with a twist.
GNU General Public License v3.0
88 stars 16 forks source link

Fixed confusing cli options. #15

Closed sudiptosarkar closed 6 years ago

sudiptosarkar commented 6 years ago

What's this PR for?

This PR fixes the confusing cli options for multiple valued options. As of the moment this PR is merged, multi-valued options will take the values in a comma separated format instead of in a space separated format.

What to emphasize on when reviewing?

Linked Pull Requests

Repo: k0r0pt/#PRNum

codecov-io commented 6 years ago

Codecov Report

Merging #15 into master will increase coverage by 1.87%. The diff coverage is 49.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master    #15      +/-   ##
==========================================
+ Coverage      0.23%   2.1%   +1.87%     
- Complexity        2      7       +5     
==========================================
  Files            18     19       +1     
  Lines          1732   1757      +25     
  Branches        377    384       +7     
==========================================
+ Hits              4     37      +33     
+ Misses         1728   1712      -16     
- Partials          0      8       +8
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/koreops/tauro/cli/TauroMain.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...ava/org/koreops/tauro/cli/HttpBasicAuthFinder.java 0% <0%> (ø) 0 <0> (?)
...ops/tauro/cli/opts/processor/CliOptsProcessor.java 75% <75%> (ø) 5 <5> (?)

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 1a5d25d...03247e6. Read the comment docs.