test: fixed the forced bad entry
This commit is contained in:
parent
eeee8168e4
commit
7c03f8382d
1 changed files with 0 additions and 3 deletions
|
@ -9,9 +9,6 @@ import click
|
||||||
__version__ = "0.2.0"
|
__version__ = "0.2.0"
|
||||||
|
|
||||||
|
|
||||||
def badFunction()
|
|
||||||
|
|
||||||
|
|
||||||
@click.command()
|
@click.command()
|
||||||
@click.version_option(__version__, prog_name="task-status")
|
@click.version_option(__version__, prog_name="task-status")
|
||||||
@click.option("--uuid", is_flag=True, help="Display the task UUID")
|
@click.option("--uuid", is_flag=True, help="Display the task UUID")
|
||||||
|
|
Loading…
Reference in a new issue