Add environment variable support for all commands #568
Closed
mountaindude
started this conversation in
Ideas
Replies: 1 comment
-
Part of version 4.4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Passing parameters via command line options works well enough, but in some cases it is desirable to pass in parameters via environment variables instead.
Given the library ("Command") used for handling command line parameters and options, it is relatively easy to do this.
Prefix all env variables with
CTRLQ_
to avoid conflicts with other tools.Priority for options will be (lowest to highest)
Beta Was this translation helpful? Give feedback.
All reactions