A few suggestions and reference to another issue #834
IotaSpencer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In reference to #553
I'd like to see something like this, as well as an easier way to implement version commands, considering currently, you have to make a __version method and map it, which is a bit inconvenient.
If you could do
In regards to other suggestions
I do like the mapping feature as it allows me to make debugging options, like --gem-info or things of that nature that are a command in a sense but are better marked and input as an option in the whole grand scheme of things.
GLI itself, which I have been using for a while, it has been good, but I find thor to be a better kept library, a couple things GLI does have that I'd like to see in thor would be,
#initialize
or load my configuration once in the whole process and use hooks that they have implemented to reload configuration on the fly.I'll add more to this as I can think of things.
Beta Was this translation helpful? Give feedback.
All reactions