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
After a clean git clone and bundle install, running the following gives:
$ bundle exec ./bin/schema
You should include GLI::App instead
GLI.run no longer works for GLI-2, you must just call `run(ARGV)' instead
either fix your app, or use the latest GLI in the 1.x family
Manually installing gli version 1.x, with gem install gli -v "~> 1" fixes the issue. This should be put in the gemspec.
The text was updated successfully, but these errors were encountered:
After a clean
git clone
andbundle install
, running the following gives:Manually installing
gli
version 1.x, withgem install gli -v "~> 1"
fixes the issue. This should be put in the gemspec.The text was updated successfully, but these errors were encountered: