-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include/merge trollop-subcommands #88
Comments
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
<#88>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJ-OqHjNv5oQc-nPAlvi6sqCm6HD2OIVks5svkRTgaJpZM4QFBRk>.
|
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. |
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 |
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?
The text was updated successfully, but these errors were encountered: