by arusahni on 1/1/22, 1:30 AM with 4 comments
by alkonaut on 1/1/22, 11:06 AM
Or put another way, is there a minimum size an app should be before Clap is added, if you don’t want Clap to be the majority of the binary and compile time?
I think I remember trying an early version and it was painfully large then but maybe it has changed.
by vlmutolo on 1/1/22, 6:20 AM
I'm interested to see whether people will continue to use structopt (which is a high-level macro interface on top of clap), or if they'll just use the new macro features in clap itself.
by johnisgood on 1/1/22, 5:32 PM
We need consistency. I try to stick to https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1.... Sometimes I do have "commands" or "sub-commands".