We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
commands_from
The function commands_from (https://github.com/davetron5000/gli/blob/gli-2/lib/gli/app.rb#L34) uses Pathname. However this is not required, which causes a Exception for me (and I have to require 'pathname' in my app.
Pathname
require 'pathname'
The text was updated successfully, but these errors were encountered:
Weird. All the tests pass, but I don't see how it's being included. I'll look into this…
Sorry, something went wrong.
4891974
No branches or pull requests
The function
commands_from
(https://github.com/davetron5000/gli/blob/gli-2/lib/gli/app.rb#L34) usesPathname
. However this is not required, which causes a Exception for me (and I have torequire 'pathname'
in my app.The text was updated successfully, but these errors were encountered: