ManageIQ / optimist

Optimist is a commandline option parser for Ruby that just gets out of your way.
https://manageiq.org/optimist/
MIT License
248 stars 36 forks source link

include/merge trollop-subcommands #88

Open Fryguy opened 7 years ago

Fryguy commented 7 years ago

I found this awesome gem, trollop-subcommands, that extends trollop with a better interface for creating subcommands. I wonder if we should somehow merge this into trollop directly? https://github.com/jwliechty/trollop-subcommands @jwliechty What do you think since you're the author of the gem?

nanobowers commented 7 years ago

Looks good to me. Way slicker than doing it with basic trollop underpinnings

On 10/24/2017 04:10 PM, Jason Frey wrote:

I found this awesome gem, trollop-subcommands, that extends trollop with a better interface for creating subcommands. I wonder if we should somehow merge this into trollop directly? https://github.com/jwliechty/trollop-subcommands @jwliechty https://github.com/jwliechty What do you think since you're the author of the gem?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ManageIQ/trollop/issues/88, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ-OqHjNv5oQc-nPAlvi6sqCm6HD2OIVks5svkRTgaJpZM4QFBRk.

jwliechty commented 7 years ago

You are more than welcome to incorporate trollop-subcommands (or the concept) into trollop. I am glad someone other than myself found it useful.

If you do incorporate the idea into Trollop standard, then I can depreciate my gem accordingly.

aerickson commented 6 years ago

If anyone wants to use trollop-subcommands with optimist, here's a branch with the appropriate find/replaces done.

https://github.com/aerickson/trollop-subcommands/tree/optimist_rename