Skip to content

Optioner

Latest
Compare
Choose a tag to compare
@d33pster d33pster released this 12 Apr 20:34
· 2 commits to main since this release

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