David Copeland
David Copeland
Hmm, this does seem like a bug.
Weird. Any chance your app namespaces `include GLI::App`? I bet the todo test app just includes it into the global namespace, which has the side-effect of making `exe_name` from `GLI::AppSupport`...
Cool, that's what I thought. You are doing it right, and GLI is busted (as you've discovered).
It's been a while, but just wanted to post that I'm still looking at this. This PR is good, but I'd like to find all other instances of this being...
Thanks for doing this! Other than the issues with monkeypatching, the overall change looks great!
Thanks and sorry for the delay in looking at this. Just one tiny nitpick, but otherwise this looks good. Thanks!
Hmmm. I guess that means there's a gap on the test coverage of `required` :)
Yup, looks like a bug :(
This demonstrates that the config file doesn't route values through the `accept` code that does type-conversions on the arguments.
Do you mean for messages that GLI itself generates, or do you mean the ability to have help messages be in more than one language? (or both?) I haven't gotten...