You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this feature didn't make it to GLI2 :( I think it would be easy enough to port. I'll leave this open as a feature request and see what I can do. I can't think of a good workaround without some monkey-patching…
I want the help command to run the pre block. I put
GLI::DefaultHelpCommand.skips_pre=false
just before
exit run(ARGV)
and I get:
uninitialized constant GLI::DefaultHelpCommand (NameError)
Any hints?
The text was updated successfully, but these errors were encountered: