Skip to content

Commit 2ff7516

Browse files
committed
feat: show resolved thread metadata in issue view
1 parent 1e51d2a commit 2ff7516

5 files changed

Lines changed: 939 additions & 381 deletions

File tree

skills/linear-cli/references/issue.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,15 @@ Description:
143143
144144
Options:
145145
146-
-h, --help - Show this help.
147-
-w, --workspace <slug> - Target workspace (uses credentials)
148-
-w, --web - Open in web browser
149-
-a, --app - Open in Linear.app
150-
--no-comments - Exclude comments from the output
151-
--no-pager - Disable automatic paging for long output
152-
-j, --json - Output issue data as JSON
153-
--no-download - Keep remote URLs instead of downloading files
146+
-h, --help - Show this help.
147+
-w, --workspace <slug> - Target workspace (uses credentials)
148+
-w, --web - Open in web browser
149+
-a, --app - Open in Linear.app
150+
--no-comments - Exclude comments from the output
151+
--show-resolved-threads - Include resolved comment threads in the output
152+
--no-pager - Disable automatic paging for long output
153+
-j, --json - Output issue data as JSON
154+
--no-download - Keep remote URLs instead of downloading files
154155
```
155156

156157
### url

0 commit comments

Comments
 (0)