Skip to content

0.3.1

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 22 Feb 00:40
· 5 commits to master since this release
  • can now handle arguments formatted like {key}={value} in any form such as:
    • -{shorthand}={value}
    • --{shorthand}={value}
    • --{key}={value}
    • -{key}={value}
    • {key}={value}
  • internal mechanism for dealing with arguments has been switched from a access loop, to a stack based approach to retrieving values