File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -807,14 +807,11 @@ def get_parser():
807807 help = 'socket path of tmux server. Same as tmux.' ,
808808 metavar = 'socket-path' )
809809
810- colorsgroup = parser .add_mutually_exclusive_group (
811- required = True
812- )
810+ colorsgroup = parser .add_mutually_exclusive_group ()
813811
814812 colorsgroup .add_argument (
815813 '-2' ,
816814 dest = 'colors' ,
817- # action='store_true',
818815 action = 'store_const' ,
819816 const = 256 ,
820817 help = 'Force tmux to assume the terminal supports 256 colours.' ,
@@ -823,7 +820,6 @@ def get_parser():
823820 colorsgroup .add_argument (
824821 '-8' ,
825822 dest = 'colors' ,
826- # action='store_true',
827823 action = 'store_const' ,
828824 const = 88 ,
829825 help = 'Like -2, but indicates that the terminal supports 88 colours.' ,
You can’t perform that action at this time.
0 commit comments