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:
parent
8842fb1b44
commit
a8a6b1aa07
@ -97,7 +97,7 @@ def signal_handler(sig, frame):
|
||||
@cli.command()
|
||||
@cli_helper.add_options(cli_helper.common_options)
|
||||
@click.pass_context
|
||||
@cli_helper.process_standard_options
|
||||
@cli_helper.process_standard_options_no_config
|
||||
def check_version(ctx):
|
||||
"""Check this version against the latest in pypi.org."""
|
||||
level, msg = utils._check_version()
|
||||
|
Loading…
Reference in New Issue
Block a user