Rudxain / xorsum

Get XOR checksum with this command-line tool
https://crates.io/crates/xorsum
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Better parsing of shorthand flags #8

Closed Rudxain closed 2 years ago

Rudxain commented 2 years ago

The current release doesn't support "multi-flags" like -abc. It would be nice if it did

Rudxain commented 2 years ago

I think I'll need clap. To make my life easier, and because the size of the arg parser is like 1/2 of main. Also a good idea to make sure the args are parsed in the standard GNU manner