From a8a6b1aa076d16ba22f9b4754d6f62ed0000ebbc Mon Sep 17 00:00:00 2001 From: Hemna Date: Fri, 12 Nov 2021 10:23:27 -0500 Subject: [PATCH] Don't require check-version command to have a config This patch removes the need for check-version to have a config file. --- aprsd/aprsd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprsd/aprsd.py b/aprsd/aprsd.py index 1556a01..3530cd4 100644 --- a/aprsd/aprsd.py +++ b/aprsd/aprsd.py @@ -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()