cloudhead / rx

👾 Modern and minimalist pixel editor
https://discord.gg/xHggPjfsS9
GNU General Public License v3.0
3.07k stars 109 forks source link

Parser fails on multiple arguments command including Rgba8 #94

Closed MonsieurLanza closed 3 years ago

MonsieurLanza commented 3 years ago

For instance paint/color #ff017d 32 49 fails with

Error: expected ’/’, got ` 32 49`

I get same problem with https://github.com/cloudhead/rx/pull/93

cloudhead commented 3 years ago

Indeed, the color parser is broken. I just pushed a fix to master that should solve it: 661f7a2

MonsieurLanza commented 3 years ago

Thanks.