CLI_TITLE env var for setting the CLI title (#748)

This commit is contained in:
Tommaso Sciortino
2025-06-04 10:44:50 -07:00
committed by GitHub
parent a2f03636a5
commit 4192cfb092
2 changed files with 1 additions and 2 deletions

View File

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