Skip to content

Commit 9370d34

Browse files
Update CodeQL CLI manual (#57164)
Co-authored-by: Sophie <[email protected]>
1 parent 9ea5b55 commit 9370d34

File tree

8 files changed

+24
-16
lines changed

8 files changed

+24
-16
lines changed

content/code-security/codeql-cli/codeql-cli-manual/database-analyze.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,11 @@ appropriate terminal.
387387

388388
`yes`: Assume the terminal can understand xterm control sequences. The
389389
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.
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_
396397
terminal than stderr. Mostly useful for internal testing.

content/code-security/codeql-cli/codeql-cli-manual/database-run-queries.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,11 @@ appropriate terminal.
229229

230230
`yes`: Assume the terminal can understand xterm control sequences. The
231231
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.
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_
238239
terminal than stderr. Mostly useful for internal testing.

content/code-security/codeql-cli/codeql-cli-manual/database-upgrade.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,11 @@ appropriate terminal.
188188

189189
`yes`: Assume the terminal can understand xterm control sequences. The
190190
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.
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_
197198
terminal than stderr. Mostly useful for internal testing.

content/code-security/codeql-cli/codeql-cli-manual/dataset-upgrade.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,11 @@ appropriate terminal.
184184

185185
`yes`: Assume the terminal can understand xterm control sequences. The
186186
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.
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_
193194
terminal than stderr. Mostly useful for internal testing.

content/code-security/codeql-cli/codeql-cli-manual/execute-queries.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,11 @@ appropriate terminal.
212212

213213
`yes`: Assume the terminal can understand xterm control sequences. The
214214
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.
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_
221222
terminal than stderr. Mostly useful for internal testing.

content/code-security/codeql-cli/codeql-cli-manual/execute-query-server2.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,11 @@ appropriate terminal.
137137

138138
`yes`: Assume the terminal can understand xterm control sequences. The
139139
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.
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_
146147
terminal than stderr. Mostly useful for internal testing.

content/code-security/codeql-cli/codeql-cli-manual/execute-upgrades.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,11 @@ appropriate terminal.
187187

188188
`yes`: Assume the terminal can understand xterm control sequences. The
189189
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.
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_
196197
terminal than stderr. Mostly useful for internal testing.

content/code-security/codeql-cli/codeql-cli-manual/query-run.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,11 @@ appropriate terminal.
167167

168168
`yes`: Assume the terminal can understand xterm control sequences. The
169169
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.
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_
176177
terminal than stderr. Mostly useful for internal testing.

0 commit comments

Comments
 (0)