feat(cli): Add hideTips setting (#1524)

Co-authored-by: Allen Hutchison <adh@google.com>
This commit is contained in:
Marcin Jahn
2025-06-30 01:56:37 +02:00
committed by GitHub
parent 1732e90d52
commit d1eb86581c
4 changed files with 46 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ export interface Settings {
// UI setting. Does not display the ANSI-controlled terminal title.
hideWindowTitle?: boolean;
hideTips?: boolean;
// Add other settings here.
}