scripts: Added vestigial -:/--dots flag to plot.py

This just makes it easier to jump between plot.py and plotmpl.py.
This commit is contained in:
Christopher Haster
2025-03-11 03:29:15 -05:00
parent 59ffbde3ad
commit ff803dfc0f

View File

@ -1746,6 +1746,10 @@ if __name__ == "__main__":
choices=['never', 'always', 'auto'],
default='auto',
help="When to use terminal colors. Defaults to 'auto'.")
parser.add_argument(
'-:', '--dots',
action='store_true',
help="Use 1x2 ascii dot characters. This is the default.")
parser.add_argument(
'-⣿', '--braille',
action='store_true',