feat(brand): NEURON TUI logo, terminal titles, and swept user-facing copy
This commit is contained in:
@@ -71,12 +71,12 @@ export function resolveThreadDirectory(project?: string, envPWD = process.env.PW
|
||||
|
||||
export const TuiThreadCommand = cmd({
|
||||
command: "$0 [project]",
|
||||
describe: "start opencode tui",
|
||||
describe: "start the Neuron TUI",
|
||||
builder: (yargs) =>
|
||||
withNetworkOptions(yargs)
|
||||
.positional("project", {
|
||||
type: "string",
|
||||
describe: "path to start opencode in",
|
||||
describe: "path to start Neuron in",
|
||||
})
|
||||
.option("model", {
|
||||
type: "string",
|
||||
|
||||
Reference in New Issue
Block a user