You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having done pip install -e . on my package to set up the CLI command, this error is raised because I decorated the main CLI function with click.command instead of click.command():
Click 7.0, Python 3.7.4
Having done
pip install -e .
on my package to set up the CLI command, this error is raised because I decorated the main CLI function withclick.command
instead ofclick.command()
:Would it be possible to raise a more informative exception referring to the decorator not having been called?
The text was updated successfully, but these errors were encountered: