Skip to content

Commit

Permalink
Merge pull request #155 from zpetrace/zpetrace/fix-typo
Browse files Browse the repository at this point in the history
Fixing typo in cli.py
  • Loading branch information
swadeley committed Sep 2, 2024
2 parents be3d143 + f60d9fb commit a0cddbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testimony/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@click.command()
@click.option('-j', '--json', help='JSON output', is_flag=True)
@click.option('-m', '--markdown', help='mardown output', is_flag=True)
@click.option('-m', '--markdown', help='markdown output', is_flag=True)
@click.option('-n', '--nocolor', default=False, help='Color output',
is_flag=True)
@click.option('--tokens', help='Comma separated list of expected tokens')
Expand Down

0 comments on commit a0cddbe

Please sign in to comment.