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
aws elb help
The help page has a problem:
| => aws elb help <string>:31: (WARNING/2) Inline literal start-string without end-string. <string>:133: (WARNING/2) malformed hyperlink target.
The content itself shows the problem as well:
(...) o set-load-balancer-policies-of-listener System Message: WARNING/2 (<string>:, line 133) malformed hyperlink target.
The text was updated successfully, but these errors were encountered:
Confirmed, I see the issue, we're not handling link with no text content properly:
which is available at:\n <a href=\"http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/ElasticLoadBalancing.wsdl\"></a>
Should be a quick fix.
Sorry, something went wrong.
Add test for aws#622
1d989f2
This also will catch any groff warnings printed to stderr. Depends on: boto/bcdoc#27
Add aws#622 to changelog
6522f0a
Fixed in boto/bcdoc#27 CLI test in: #645
Merge branch 'elb-help-error' into develop
9cc289a
* elb-help-error: Add #622 to changelog Add test for #622
No branches or pull requests
The help page has a problem:
The content itself shows the problem as well:
The text was updated successfully, but these errors were encountered: