test: fixed the forced bad entry

This commit is contained in:
Alex Kelly 2021-08-20 10:42:36 -04:00
parent eeee8168e4
commit 7c03f8382d

View file

@ -9,9 +9,6 @@ import click
__version__ = "0.2.0"
def badFunction()
@click.command()
@click.version_option(__version__, prog_name="task-status")
@click.option("--uuid", is_flag=True, help="Display the task UUID")