Added click auto_envvar_prefix

This allows setting environment variables that are
prefixed with APRSD_
This commit is contained in:
Hemna 2022-11-22 13:23:31 -05:00
parent 9b0c626b59
commit d717a22717
1 changed files with 1 additions and 1 deletions

View File

@ -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):