1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-18 06:11:49 -05:00

Don't require check-version command to have a config

This patch removes the need for check-version to have a
config file.
This commit is contained in:
Hemna 2021-11-12 10:23:27 -05:00
parent 8842fb1b44
commit a8a6b1aa07

View File

@ -97,7 +97,7 @@ def signal_handler(sig, frame):
@cli.command() @cli.command()
@cli_helper.add_options(cli_helper.common_options) @cli_helper.add_options(cli_helper.common_options)
@click.pass_context @click.pass_context
@cli_helper.process_standard_options @cli_helper.process_standard_options_no_config
def check_version(ctx): def check_version(ctx):
"""Check this version against the latest in pypi.org.""" """Check this version against the latest in pypi.org."""
level, msg = utils._check_version() level, msg = utils._check_version()