From 35c1448e179e1fde4dd3b37ad8d99a7cf47f9e45 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:08:34 -0700 Subject: [PATCH] test cli api change --- openfecli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfecli/cli.py b/openfecli/cli.py index 014d85f7c..8fba7337b 100644 --- a/openfecli/cli.py +++ b/openfecli/cli.py @@ -38,7 +38,7 @@ def get_installed_plugins(self): @click.command(cls=OpenFECLI, name="openfe", help=_MAIN_HELP, context_settings=CONTEXT_SETTINGS) @click.version_option(version=openfecli.__version__) -@click.option('--log', type=click.Path(exists=True, readable=True), +@click.option('--logs', type=click.Path(exists=True, readable=True), help="logging configuration file") def main(log): # Subcommand runs after this is processed.