File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3838 help = "LSP CLI: A command-line tool for interacting with Language Server Protocol (LSP) features." ,
3939 add_completion = False ,
4040 rich_markup_mode = None ,
41- context_settings = {"help_option_names" : ["-h" , "--help" ]},
41+ context_settings = {
42+ "help_option_names" : ["-h" , "--help" ],
43+ "max_content_width" : 1000 ,
44+ "terminal_width" : 1000 ,
45+ },
4246 pretty_exceptions_enable = False ,
4347 pretty_exceptions_show_locals = False ,
4448 pretty_exceptions_short = False ,
Original file line number Diff line number Diff line change 1111 help = "Manage background LSP server processes." ,
1212 add_completion = False ,
1313 rich_markup_mode = None ,
14- context_settings = {"help_option_names" : ["-h" , "--help" ]},
14+ context_settings = {
15+ "help_option_names" : ["-h" , "--help" ],
16+ "max_content_width" : 1000 ,
17+ "terminal_width" : 1000 ,
18+ },
1519)
1620console = Console ()
1721
You can’t perform that action at this time.
0 commit comments