Ben Snider

Results 5 comments of Ben Snider

I too think I would prefer configuration (and/or command line parameters) that allowed users to choose from a couple different sets of behavior: 1. Use the shared _Caches_ folder (default)...

Thanks @liscio! I'd rather not deal with the separate set of headaches that are git submodules but thank you for the viable solution. I'll tinker with some of those strategies...

I don't think that it's the annotation that's incompatible entirely. You can use the same annotation to find a single (non-list) element just fine in Kotlin. The issue appears to...

It would, but at https://github.com/skorks/escort/blob/master/lib/escort/app.rb#L40 the logger configuration is set to WARN by the default value of the verbosity cli param.

+1 The `Option` struct already accepts the `helpDescription` parameter and dutifully stores it, but the rest of the code doesn't actually use it when generating the help text or error...