/getlotopts

Resolve cli arguments in Deno and Typescript

Primary LanguageTypeScriptMIT LicenseMIT

GetLotOpts

just write for learning Deno, nothing special

TODO

  • basic resolve
  • help text
  • sub command
  • transformer & validator
  • option's chioce
  • type definition for resolved arguments and options
  • short option combine, like -abc 10 for -a -b -c 10