Skip to content
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

missing OptionParser #6

Closed
wilsonssss opened this issue Dec 9, 2015 · 7 comments
Closed

missing OptionParser #6

wilsonssss opened this issue Dec 9, 2015 · 7 comments

Comments

@wilsonssss
Copy link

/Library/Ruby/Gems/2.0.0/gems/alfi-0.4.1/lib/alfi/cli.rb:34:in `create_options_parser': uninitialized constant Alfi::Cli::OptionParser (NameError)
    from /Library/Ruby/Gems/2.0.0/gems/alfi-0.4.1/lib/alfi/cli.rb:10:in `call'
    from /Library/Ruby/Gems/2.0.0/gems/alfi-0.4.1/bin/alfi:5:in `<top (required)>'
    from /usr/local/bin/alfi:23:in `load'
    from /usr/local/bin/alfi:23:in `<main>'

resolved by adding

require 'optparse'
include OptionParser::Arguable

to /Library/Ruby/Gems/2.0.0/gems/alfi-0.4.1/lib/alfi/cli.rb

@ivan-leschinsky
Copy link
Collaborator

Will be fixed soon.

ср, 9 дек. 2015 г., 6:47, WilsonL notifications@github.com:

/Library/Ruby/Gems/2.0.0/gems/alfi-0.4.1/lib/alfi/cli.rb:34:in create_options_parser': uninitialized constant Alfi::Cli::OptionParser (NameError) from /Library/Ruby/Gems/2.0.0/gems/alfi-0.4.1/lib/alfi/cli.rb:10:incall'
from /Library/Ruby/Gems/2.0.0/gems/alfi-0.4.1/bin/alfi:5:in <top (required)>' from /usr/local/bin/alfi:23:inload'
from /usr/local/bin/alfi:23:in `

'


Reply to this email directly or view it on GitHub
#6.

@ivan-leschinsky
Copy link
Collaborator

@cesarferreira, could you please add this to the cli.rb and release the version?

@AlanGinger
Copy link

I had the same problem,but i don't know how to add it to the cli.rb.
I want to use alfi.
thx.

@cesarferreira
Copy link
Owner

Sorry guys, I was away for a few days, does this fixes your issue @wilsonssss and @jbxkuang ?

install the 0.4.2 version please

@AlanGinger
Copy link

@cesarferreira
thx,0.4.2 is success.^_^

@cesarferreira
Copy link
Owner

awesome :)

@wilsonssss
Copy link
Author

fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants