Kevin K.

Results 121 comments of Kevin K.

@alerque no worres, I should have been more clear. I wasn't posing those questions for you to have to answer. They were more abstract thoughts, primarily for the other maintainers...

This relates to #251 I'm not against this at all, but I don't have the bandwidth to implement it just yet. I'll keep it on the issue tracker. I'd say...

I've read all the comments and have some thoughts on the matter but I'm on mobile right now so I'll try to write up my thoughts early to tomorrow. It...

Ok so it took me a little longer to get to this than I'd planned, but here's where I stand on the issue. First, I'm not terribly interested in clap...

I wasn't clear about the positional args part, we could equally as easy use the key to individualize them, but I kind of like that they're forced to be in...

> Supporting things like --config-file. [...] IMO, that's a little bit of a niche use-case. I'm not saying it's uncommon, but I think it's FAR more common to simply provide...

This will be implemented as adding `App::argv` which clap will parse prior to the CLI, and the CLI will override options found in any of the `App::argv`s.

@lez of course I can't stop people from working for free on this project, and all contributions are very welcome! :) My only caution to people implementing things on 2.x...

> I don't think this is related to #1693 . They can coexist. Agreed. I think we *could* combine the two, but I see them as different things. This issue...

Also, just throwing my two cents into the ring; if I had to pick between this issue and #1693 I'd pick this issue. As implementing this issue would allow users...