mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
CLI_TITLE env var for setting the CLI title (#748)
This commit is contained in:
committed by
GitHub
parent
a2f03636a5
commit
4192cfb092
@@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user