Skip to content

Commit 16dfb08

Browse files
DenzellceWolf
authored andcommitted
docs: add use_shell_alias
1 parent 4586c36 commit 16dfb08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ require("cmake-tools").setup {
159159
start_insert = false, -- If you want to enter terminal with :startinsert upon using :CMakeRun
160160
focus = false, -- Focus on terminal when cmake task is launched.
161161
do_not_add_newline = false, -- Do not hit enter on the command inserted when using :CMakeRun, allowing a chance to review or modify the command before hitting enter.
162+
use_shell_alias = false, -- Hide the verbose command wrapper by using a shell alias, showing only the program's output (currently not supported on Windows)
162163
},
163164
},
164165
},

0 commit comments

Comments
 (0)