Skip to content

Commit

Permalink
fix: make mosaic flag optional
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Feb 7, 2023
1 parent 62db535 commit 428b4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion row_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
row_cli.py images process <file_name>
row_cli.py image convert <file_name> (--save-to=location)
row_cli.py detect circles <file_name> [--save-to=location]
row_cli.py detect circles <file_name> (--save-to=location --mosaic)
row_cli.py detect circles <file_name> (--save-to=location) [--mosaic]
row_cli.py detect characters <file_name>
row_cli.py results download <run_name> (--from=location)
row_cli.py results merge <run_name> (--from=location)
Expand Down

0 comments on commit 428b4ac

Please sign in to comment.