Skip to content

Commit 554d0de

Browse files
committed
allow 'show' as alias for view, this time for sure!
1 parent cf8ae0c commit 554d0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viscm/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ def main(argv):
787787
)
788788
parser.add_argument("action", metavar="ACTION",
789789
help="'edit' or 'view'",
790-
choices=["edit", "view"],
790+
choices=["edit", "view", "show"],
791791
default="edit",
792792
nargs="?")
793793
parser.add_argument("colormap", metavar="COLORMAP",

0 commit comments

Comments
 (0)