Skip to content

Commit

Permalink
Remove --env-file and --app options
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Apr 12, 2024
1 parent 89f9c3c commit 7c91eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions annif/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
create_app=create_app, add_default_commands=False, add_version_option=False
)
cli = click.version_option(message="%(version)s")(cli)
cli.params = [opt for opt in cli.params if opt.name not in ("env_file", "app")]


@cli.command("list-projects")
Expand Down

0 comments on commit 7c91eba

Please sign in to comment.