-
Notifications
You must be signed in to change notification settings - Fork 31
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
Document CLI option --ignore expected format #12
Comments
You're probably using Go modules, which fetches the latest tag automatically (v0.1.0). The ignore flag was added afterwards: v0.1.0...master You probably know that, but you can fetch the current master using: Supplying a version when pulling from source is not possible as it needs to be built as a binary for that to work reliably. I've created a new tag |
Thanks @aeneasr for adding the tag and educating me about how to fetch master. I'll update my issue, all I need to know is the syntax for giving multiple ignore patterns at the CLI. |
I believe it should be |
Please explain the expected format for the --ignore flag arguments in the usage message. I'd like to give multiple package names, do I separate them with commas, pipes or? I tried to use the force and read the source but I'm not a go expert.
I see the following when I run go-acc with no arguments:
I'm using go 1.12.16 and I installed go-acc by doing
go get -v github.com/ory/go-acc
. I don't know how to report the version to you, you might consider adding a "--version" or similar flag so people like me can report more accurately! Thanks for listening.The text was updated successfully, but these errors were encountered: