Skip to content

Releases: d33pster/optioner

Optioner

12 Apr 20:34
Compare
Choose a tag to compare

added ease of use feature of what_is function

  • suppose the user gave a long arg, say --input, we don't have to call what_is('input') to get the value. We can simple call _what_is with the corresponding shortarg, say -i. -> what_is('i').
  • vice versa

Optioner

12 Apr 19:04
Compare
Choose a tag to compare
  • do not use v1.5 -> version has been yanked.
  • fixed a major bug.

Optioner

12 Apr 17:23
Compare
Choose a tag to compare

stable release

Optioner

12 Apr 17:12
Compare
Choose a tag to compare

Semi-stable