feat(cli): Allow custom title in CLI header (#706)

This commit is contained in:
Scott Densmore
2025-06-02 17:09:55 -07:00
committed by GitHub
parent 91fa770196
commit 2ab7e3da71
4 changed files with 57 additions and 4 deletions

View File

@@ -322,7 +322,7 @@ export const App = ({
key={staticKey}
items={[
<Box flexDirection="column" key="header">
<Header />
<Header title={settings.merged.title} />
<Tips config={config} />
</Box>,
...history.map((h) => (