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
When I try to execute skunk -v to see the version of skunk I'm getting the following error:
skunk -v
0.5.1 Traceback (most recent call last): 3: from /Users/bronzdoc/.rbenv/versions/2.7.1/bin/skunk:23:in `<main>' 2: from /Users/bronzdoc/.rbenv/versions/2.7.1/bin/skunk:23:in `load' 1: from /Users/bronzdoc/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/skunk-0.5.1/exe/skunk:10:in `<top (required)>' /Users/bronzdoc/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/skunk-0.5.1/lib/skunk/cli/application.rb:33:in `execute': undefined method `share' for #<Skunk::Command::Version:0x00007f894006e070> (NoMethodError)
Skunk version: 0.5.1 Ruby version: 2.7.1
I will abide by the [code of conduct] (https://github.com/fastruby/skunk/blob/master/CODE_OF_CONDUCT.md)
The text was updated successfully, but these errors were encountered:
Add sharing? method at the commnand level to guide the application'…
sharing?
7be5a5e
…s execution This fixes #81
Successfully merging a pull request may close this issue.
When I try to execute
skunk -v
to see the version of skunk I'm getting the following error:Skunk version: 0.5.1
Ruby version: 2.7.1
I will abide by the [code of conduct] (https://github.com/fastruby/skunk/blob/master/CODE_OF_CONDUCT.md)
The text was updated successfully, but these errors were encountered: