test: checking in invalid code to force a build fail

This commit is contained in:
Alex Kelly 2021-08-20 10:40:55 -04:00
parent a835378a86
commit eeee8168e4

View file

@ -9,6 +9,9 @@ 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")