postwoman-team / postwoman

GNU General Public License v3.0
6 stars 2 forks source link

Create tests and refactor arg parser #19

Open Hikari-desuyoo opened 1 year ago

Hikari-desuyoo commented 1 year ago

This issue also involves making the parser work more like it's expected to work. For example: image should actually be the same as wb a:'b:c' Also, any non-parseble input should raise an error instead of crashing the program/having unexpected behaviour.

Hikari-desuyoo commented 1 year ago

Related links: https://github.com/Hikari-desuyoo/postwoman/wiki/Postwoman-syntax

Hikari-desuyoo commented 1 year ago

Also this issue should make floats available as postwoman data values.