14 Commits

Author SHA1 Message Date
João M. Bezerra
d01947d9e1 Adding rustfmt.toml and reformatting 2021-05-16 17:52:29 -03:00
Vinícius Miguel
5ca99c101e oof: remove unnecessary closures (((and undo last commit))) 2021-04-08 03:03:07 -03:00
Vinícius Miguel
908f8e4e93 oof: Add variant UnknownLongFlag and remove missing panics 2021-04-08 00:38:24 -03:00
Vinícius Miguel
613074dff1 oof: add error variant DuplicatedFlag 2021-04-07 23:36:58 -03:00
Vinícius Miguel
faae7c088f oof: add error variant MissingValueToFlag 2021-04-07 23:28:37 -03:00
Vinícius Miguel
5cca3c42e4 oof: impl fmt::Display for Flag 2021-04-07 23:12:30 -03:00
Vinícius Miguel
c08eb91632 oof: add some error variants to replace panics 2021-04-07 21:59:23 -03:00
Vinícius Rodrigues Miguel
7b0864e8c4 oof: fix an error when building for Windows 2021-04-05 21:05:41 -03:00
João M. Bezerra
78ac7b3bf1 Fixing short flags not receiving values 2021-04-05 17:20:46 -03:00
João M. Bezerra
0c9131c307 Start replacing clap with oof 2021-04-04 23:13:03 -03:00
João M. Bezerra
535d4fcc93 Added oof::matches_any_arg, can detect --help etc. 2021-04-04 02:20:39 -03:00
João M. Bezerra
b2d064bbb3 Moving oof flags to dedicated flags.rs 2021-04-04 02:08:57 -03:00
João M. Bezerra
c83b38a874 Add oof complete base implementation. 2021-04-04 01:01:32 -03:00
João M. Bezerra
9fb48fd348 Create subproject oof, a thin argparsing lib
And added it to the same workspace
2021-04-04 00:20:01 -03:00