mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-13 15:08:33 -04:00
Added click auto_envvar_prefix
This allows setting environment variables that are prefixed with APRSD_
This commit is contained in:
parent
9b0c626b59
commit
d717a22717
@ -70,7 +70,7 @@ def main():
|
||||
completion, dev, healthcheck, list_plugins, listen, send_message,
|
||||
server, webchat,
|
||||
)
|
||||
cli()
|
||||
cli(auto_envvar_prefix="APRSD")
|
||||
|
||||
|
||||
def signal_handler(sig, frame):
|
||||
|
Loading…
Reference in New Issue
Block a user