Skip to content
Snippets Groups Projects
Commit fef0300b authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

CLI: drop obsolete alias "serve" for "rpc-serve"

it has been around for months and is no longer advertized in --help string
since then
parent 9f673806
No related branches found
No related tags found
1 merge request!48CLI: drop obsolete alias "serve" for "rpc-serve"
......@@ -62,9 +62,6 @@ def serve(ctx, config_file, no_stdout, host, port, debug):
aiohttp.web.run_app(app, host=host, port=int(port))
vault.add_alias(serve, 'serve')
def main():
logging.basicConfig()
return serve(auto_envvar_prefix='SWH_VAULT')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment