Skip to content

noshell-v0.2.0

Latest

Choose a tag to compare

@inthehack inthehack released this 30 Mar 16:41
· 5 commits to main since this release
d0d1609

Added

  • add support for flag to id lookup
  • (parser) add get_one and get_many helpers on ParsedArgs
  • (parser) add tokens and values iterators to lexer
  • (macros) add check for short and long flags
  • (macros) add limit arg to noshell attribute
  • (macros) add attribute parser
  • (macros) add multiple option and vec variants of parsers

Fixed

  • (macros) use correct limit for parsed args and arg parsers
  • use idiomatic parser implementations
  • use parser error instead of undefined
  • (parser) improve robustess of token distinction
  • (parser) don't forget to dereference sometimes

Other

  • (macros) clean up noshell limit arg parsing
  • apply code formatting
  • (macros) remove span from attribute