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
Steps to reproduce:
docker run --rm asciidoctor/docker-asciidoctor asciidoctor-confluence --version
echo $?
Expected results:
0
Actual results:
1
Output:
$ docker run --rm asciidoctor/docker-asciidoctor asciidoctor-confluence --version Unable to find image 'asciidoctor/docker-asciidoctor:latest' locally latest: Pulling from asciidoctor/docker-asciidoctor c67f3896b22c: Pull complete 94e0a328a61c: Pull complete 4eb7dbe1cbfa: Pull complete 5267350f46f2: Pull complete 23aa78cbccb9: Pull complete Digest: sha256:d1e01a3d819e4c55514a6499c3c3af6a4b9f7fbc814430d8d803b91f6c819391 Status: Downloaded newer image for asciidoctor/docker-asciidoctor:latest Asciidoctor-confluence v0.0.2 Asciidoctor 1.5.7.1 [https://asciidoctor.org] Runtime Environment (ruby 2.4.4p296 (2018-03-28 revision 63013) [x86_64-linux-musl]) (lc:UTF-8 fs:UTF-8 in:UTF-8 ex:UTF-8) /usr/lib/ruby/gems/2.4.0/gems/asciidoctor-confluence-0.0.2/bin/asciidoctor-confluence:7:in `exit': no implicit conversion from nil to integer (TypeError) from /usr/lib/ruby/gems/2.4.0/gems/asciidoctor-confluence-0.0.2/bin/asciidoctor-confluence:7:in `<top (required)>' from /usr/bin/asciidoctor-confluence:23:in `load' from /usr/bin/asciidoctor-confluence:23:in `<main>' $ echo $? 1
The text was updated successfully, but these errors were encountered:
The problem might be in this piece of code in invoker.rb:
invoker.rb
def self.invoke_helper_or_version(args) helpers = %w(-h --help -V --version) args.size == 1 && helpers.include?(args[0]) end
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce:
docker run --rm asciidoctor/docker-asciidoctor asciidoctor-confluence --version
echo $?
Expected results:
0
in step 2.Actual results:
1
.Output:
The text was updated successfully, but these errors were encountered: