File tree Expand file tree Collapse file tree 8 files changed +24
-16
lines changed
content/code-security/codeql-cli/codeql-cli-manual Expand file tree Collapse file tree 8 files changed +24
-16
lines changed Original file line number Diff line number Diff line change @@ -387,10 +387,11 @@ appropriate terminal.
387387
388388` yes ` : Assume the terminal can understand xterm control sequences. The
389389feature still depends on being able to autodetect the _ size_ of the
390- terminal, and will also be disabled if ` -q ` is given.
390+ terminal (which is not implemented on Windows, sorry), and will also be
391+ disabled if ` -q ` is given.
391392
392393` 25x80 ` (or similar): Like ` yes ` , and also explicitly give the size of
393- the terminal.
394+ the terminal. (Unlike ` yes ` , this should work on Windows.)
394395
395396` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
396397terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -229,10 +229,11 @@ appropriate terminal.
229229
230230` yes ` : Assume the terminal can understand xterm control sequences. The
231231feature still depends on being able to autodetect the _ size_ of the
232- terminal, and will also be disabled if ` -q ` is given.
232+ terminal (which is not implemented on Windows, sorry), and will also be
233+ disabled if ` -q ` is given.
233234
234235` 25x80 ` (or similar): Like ` yes ` , and also explicitly give the size of
235- the terminal.
236+ the terminal. (Unlike ` yes ` , this should work on Windows.)
236237
237238` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
238239terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -188,10 +188,11 @@ appropriate terminal.
188188
189189` yes ` : Assume the terminal can understand xterm control sequences. The
190190feature still depends on being able to autodetect the _ size_ of the
191- terminal, and will also be disabled if ` -q ` is given.
191+ terminal (which is not implemented on Windows, sorry), and will also be
192+ disabled if ` -q ` is given.
192193
193194` 25x80 ` (or similar): Like ` yes ` , and also explicitly give the size of
194- the terminal.
195+ the terminal. (Unlike ` yes ` , this should work on Windows.)
195196
196197` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
197198terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -184,10 +184,11 @@ appropriate terminal.
184184
185185` yes ` : Assume the terminal can understand xterm control sequences. The
186186feature still depends on being able to autodetect the _ size_ of the
187- terminal, and will also be disabled if ` -q ` is given.
187+ terminal (which is not implemented on Windows, sorry), and will also be
188+ disabled if ` -q ` is given.
188189
189190` 25x80 ` (or similar): Like ` yes ` , and also explicitly give the size of
190- the terminal.
191+ the terminal. (Unlike ` yes ` , this should work on Windows.)
191192
192193` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
193194terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -212,10 +212,11 @@ appropriate terminal.
212212
213213` yes ` : Assume the terminal can understand xterm control sequences. The
214214feature still depends on being able to autodetect the _ size_ of the
215- terminal, and will also be disabled if ` -q ` is given.
215+ terminal (which is not implemented on Windows, sorry), and will also be
216+ disabled if ` -q ` is given.
216217
217218` 25x80 ` (or similar): Like ` yes ` , and also explicitly give the size of
218- the terminal.
219+ the terminal. (Unlike ` yes ` , this should work on Windows.)
219220
220221` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
221222terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -137,10 +137,11 @@ appropriate terminal.
137137
138138` yes ` : Assume the terminal can understand xterm control sequences. The
139139feature still depends on being able to autodetect the _ size_ of the
140- terminal, and will also be disabled if ` -q ` is given.
140+ terminal (which is not implemented on Windows, sorry), and will also be
141+ disabled if ` -q ` is given.
141142
142143` 25x80 ` (or similar): Like ` yes ` , and also explicitly give the size of
143- the terminal.
144+ the terminal. (Unlike ` yes ` , this should work on Windows.)
144145
145146` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
146147terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -187,10 +187,11 @@ appropriate terminal.
187187
188188` yes ` : Assume the terminal can understand xterm control sequences. The
189189feature still depends on being able to autodetect the _ size_ of the
190- terminal, and will also be disabled if ` -q ` is given.
190+ terminal (which is not implemented on Windows, sorry), and will also be
191+ disabled if ` -q ` is given.
191192
192193` 25x80 ` (or similar): Like ` yes ` , and also explicitly give the size of
193- the terminal.
194+ the terminal. (Unlike ` yes ` , this should work on Windows.)
194195
195196` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
196197terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -167,10 +167,11 @@ appropriate terminal.
167167
168168` yes ` : Assume the terminal can understand xterm control sequences. The
169169feature still depends on being able to autodetect the _ size_ of the
170- terminal, and will also be disabled if ` -q ` is given.
170+ terminal (which is not implemented on Windows, sorry), and will also be
171+ disabled if ` -q ` is given.
171172
172173` 25x80 ` (or similar): Like ` yes ` , and also explicitly give the size of
173- the terminal.
174+ the terminal. (Unlike ` yes ` , this should work on Windows.)
174175
175176` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
176177terminal than stderr. Mostly useful for internal testing.
You can’t perform that action at this time.
0 commit comments