Skip to content

Commit

Permalink
test cli api change
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Dec 13, 2024
1 parent 34ad020 commit 35c1448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfecli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 35c1448

Please sign in to comment.