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.
387
387
388
388
` yes ` : Assume the terminal can understand xterm control sequences. The
389
389
feature 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.
391
392
392
393
` 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.)
394
395
395
396
` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
396
397
terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -229,10 +229,11 @@ appropriate terminal.
229
229
230
230
` yes ` : Assume the terminal can understand xterm control sequences. The
231
231
feature 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.
233
234
234
235
` 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.)
236
237
237
238
` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
238
239
terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -188,10 +188,11 @@ appropriate terminal.
188
188
189
189
` yes ` : Assume the terminal can understand xterm control sequences. The
190
190
feature 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.
192
193
193
194
` 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.)
195
196
196
197
` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
197
198
terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -184,10 +184,11 @@ appropriate terminal.
184
184
185
185
` yes ` : Assume the terminal can understand xterm control sequences. The
186
186
feature 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.
188
189
189
190
` 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.)
191
192
192
193
` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
193
194
terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -212,10 +212,11 @@ appropriate terminal.
212
212
213
213
` yes ` : Assume the terminal can understand xterm control sequences. The
214
214
feature 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.
216
217
217
218
` 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.)
219
220
220
221
` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
221
222
terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -137,10 +137,11 @@ appropriate terminal.
137
137
138
138
` yes ` : Assume the terminal can understand xterm control sequences. The
139
139
feature 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.
141
142
142
143
` 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.)
144
145
145
146
` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
146
147
terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -187,10 +187,11 @@ appropriate terminal.
187
187
188
188
` yes ` : Assume the terminal can understand xterm control sequences. The
189
189
feature 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.
191
192
192
193
` 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.)
194
195
195
196
` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
196
197
terminal than stderr. Mostly useful for internal testing.
Original file line number Diff line number Diff line change @@ -167,10 +167,11 @@ appropriate terminal.
167
167
168
168
` yes ` : Assume the terminal can understand xterm control sequences. The
169
169
feature 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.
171
172
172
173
` 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.)
174
175
175
176
` 25x80:/dev/pts/17 ` (or similar): show fancy progress on a _ different_
176
177
terminal than stderr. Mostly useful for internal testing.
You can’t perform that action at this time.
0 commit comments