xenomachina / kotlin-argparser

Easy to use and concise yet powerful and robust command line argument parsing for Kotlin
GNU Lesser General Public License v2.1
485 stars 33 forks source link

Allow the dot character in options and arguments #55

Closed tgockel closed 6 years ago

tgockel commented 6 years ago

Issue #54.

codecov-io commented 6 years ago

Codecov Report

Merging #55 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #55   +/-   ##
=========================================
  Coverage     82.89%   82.89%           
  Complexity      138      138           
=========================================
  Files            11       11           
  Lines           421      421           
  Branches         83       83           
=========================================
  Hits            349      349           
  Misses           36       36           
  Partials         36       36
Impacted Files Coverage Δ Complexity Δ
...main/kotlin/com/xenomachina/argparser/ArgParser.kt 86.95% <100%> (ø) 54 <0> (ø) :arrow_down:

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 a905de2...c76284e. Read the comment docs.

xenomachina commented 6 years ago

Looks great. Thanks!