Casey Rodarmor

Results 1064 comments of Casey Rodarmor

I think this would be reasonable. It might be pretty rough in terms of implementation, but I definitely see the value of the feature.

Working on this, but it's ballooned into a huge and messy diff that refactors command line option handling and command launching. I need to: - [ ] rebase onto current...

I'd definitely like to use clap to generate the command-line option section of the man page!

For the command line options, I'd like to use clap, just because otherwise it'll be easy for the man page and the actual command line parser to get out of...

@bb010g That looks promising. Thank you very much for the tip!

@tgross35 Nice! I just merged #2041, which generates the man page with `clap_mangen` (we were using help2man before). It would still be nice to get the readme in there, but...

This isn't currently supported, I'd definitely like to support it eventually.

I think that aligning variables looks better, but it would produce large diffs when variable names change.

I think this isn't something which has an objective answers. I agree the aesthetics are nicer, but I don't think the larger diffs are worth it. There are a bunch...

I think that would be useful. I think probably landing it as a new flag, maybe `--explain`, and then later think about whether or not it should be the default...