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():
807
807
help = 'socket path of tmux server. Same as tmux.' ,
808
808
metavar = 'socket-path' )
809
809
810
- colorsgroup = parser .add_mutually_exclusive_group (
811
- required = True
812
- )
810
+ colorsgroup = parser .add_mutually_exclusive_group ()
813
811
814
812
colorsgroup .add_argument (
815
813
'-2' ,
816
814
dest = 'colors' ,
817
- # action='store_true',
818
815
action = 'store_const' ,
819
816
const = 256 ,
820
817
help = 'Force tmux to assume the terminal supports 256 colours.' ,
@@ -823,7 +820,6 @@ def get_parser():
823
820
colorsgroup .add_argument (
824
821
'-8' ,
825
822
dest = 'colors' ,
826
- # action='store_true',
827
823
action = 'store_const' ,
828
824
const = 88 ,
829
825
help = 'Like -2, but indicates that the terminal supports 88 colours.' ,
You can’t perform that action at this time.
0 commit comments