You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/azure-devops/skills/azure-devops/reference.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,12 +143,16 @@ Generated from source at `src/commands/**/*.ts`. Update this file whenever a com
143
143
|`--json [fields]`| — | Output as JSON | — |
144
144
|`--web`|`-w`| Open in browser | — |
145
145
146
-
## ado pr comment \<id\>
146
+
## ado pr thread create \<pr-number\>
147
+
148
+
Create a new comment thread on a pull request. Optionally anchor the thread to a specific file and line range in the diff (targets the right/head side).
147
149
148
150
| Flag | Short | Description | Default |
149
151
|------|-------|-------------|---------|
150
-
|`--body <text>`|`-b`| Comment body | — |
151
-
|`--editor`| — | Open `$EDITOR` to write the comment | — |
152
+
|`--body <text>`|`-b`| Thread body | — |
153
+
|`--editor`| — | Open `$EDITOR` to write the thread body | — |
154
+
|`--file <path>`| — | File path to anchor the thread (relative to repo root) | — |
155
+
|`--line <n[-n]>`| — | Line number or range, e.g. `42` or `42-55`; requires `--file`| — |
0 commit comments