You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be open to a contribution expanding support for the username, password and url arguments as environment variables?
For our use case, it would simplify using mark in a continuous integration context.
Unfortunately it looks like docopt.go doesn't seem to support environment variables in its configuration: docopt/docopt.go#48
A cursory pass at the code looks like this might be a good spot for some of the os.Getenv calls.
The text was updated successfully, but these errors were encountered:
Thanks for building this!
Would you be open to a contribution expanding support for the username, password and url arguments as environment variables?
For our use case, it would simplify using
mark
in a continuous integration context.Unfortunately it looks like
docopt.go
doesn't seem to support environment variables in its configuration: docopt/docopt.go#48A cursory pass at the code looks like this might be a good spot for some of the
os.Getenv
calls.The text was updated successfully, but these errors were encountered: