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: doc/specs/#3483 - UserMessages.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,10 @@ Post-action messages are displayed in both interactive and non-interactive modes
163
163
|`disableInstallNotes` setting enabled |`Pre*` still shown (not affected) |`Post*` still shown (controlled by `userMessages` settings, not `disableInstallNotes`) | Legacy setting does not affect new fields |
164
164
|`userMessages.disablePostActionMessages` enabled |`Pre*` still shown |`Post*` suppressed | New setting for new fields |
165
165
|`userMessages.disablePreActionMessages` enabled |`Pre*` suppressed, no prompt |`Post*` still shown | Suppresses both display and prompt |
166
+
|`--ignore-user-messages`|`Pre*` suppressed, no prompt |`Post*` suppressed | CLI argument overrides settings for this invocation |
167
+
|`--ignore-pre-action-messages`|`Pre*` suppressed, no prompt |`Post*` still shown | CLI argument overrides `disablePreActionMessages` setting |
0 commit comments