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
The various command-line options defined by the packages should use the go-flagsenv, env-delim support to allow passing options via environment variables.
This would make configuring the EnvironmentFile=/etc/default/qmsk-e2-tally options much easier in terms of syntax: #49
I do want to mention that the file for the designation of the Tally GPIO pins needs to be addressed. In the /etc/default qmsk-e2-tally file, not only do you have to remove the comments "#", but there is an extra blank line that needs to be removed as well.
The go-flags package that we use supports setting option default values from environment variables, so the tally gpio options could be improved to support separate environment variables like TALLY_GPIO_PIN_GREEN=23, TALLY_GPIO_PIN_RED=24, TALLY_GPIO_PINS=... etc, which would make the /etc/default/qmsk-e2-tally much easier to use.
The text was updated successfully, but these errors were encountered:
The various command-line options defined by the packages should use the go-flags
env
,env-delim
support to allow passing options via environment variables.This would make configuring the
EnvironmentFile=/etc/default/qmsk-e2-tally
options much easier in terms of syntax: #49The text was updated successfully, but these errors were encountered: