$ ./easage unpack --output out --source foo.big --names 'Data/INI/GameData.ini'
error: The argument '--names <names>...' cannot be used with one or more of the other specified arguments
USAGE:
easage unpack --output <output> --source <source> <--names <names>...|--all>
For more information try --help
From IRC:
@Phrohdoh │ teteros: oh huh
⤷ │ that is talking about a mutually exclusive arg
⤷ │ maybe a bug in clap
teteros │ hm
@Phrohdoh │ https://github.com/Phrohdoh/easage/blob/b743a234921720198c0c15b4276e9542b0415b5b/src/bin/easage_unpack.rs#L30-L38
@Phrohdoh │ Also it looks like there is a logic bug in
│ https://github.com/Phrohdoh/easage/blob/b743a234921720198c0c15b4276e9542b0415b5b/src/bin/easage_unpack.rs#L50-L54
From IRC: