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: packages/cli/index.ts
+7
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,11 @@ const main = defineCommand({
64
64
description: `"off" for no comments (silent mode). "create" for comment on each publish. "update" for one comment across the pull request with edits on each publish (default)`,
65
65
default: "update",
66
66
},
67
+
collapsedLinks: {
68
+
type: "boolean",
69
+
description: `hide publish comments inside another details/summary`,
0 commit comments