tweak: change phoenix help text when launched with -c

This commit is contained in:
KernelDeimos 2024-09-30 19:16:10 -04:00
parent 5ed8823a16
commit 8bc4122bea

View File

@ -170,8 +170,10 @@ export const launchPuterShell = async (ctx) => {
ctx.externs.out.write( ctx.externs.out.write(
`${fire('Phoenix Shell')} [v${SHELL_VERSIONS[0].v}]\n` + `${fire('Phoenix Shell')} [v${SHELL_VERSIONS[0].v}]\n` +
`⛷ try typing \x1B[34;1mhelp\x1B[0m or ` + (! ctx.init_arguments.c ?
`\x1B[34;1mchangelog\x1B[0m to get started.\n` + `⛷ try typing \x1B[34;1mhelp\x1B[0m or ` +
`\x1B[34;1mchangelog\x1B[0m to get started.\n`
: `'-c' was passed; running: \x1B[36;1m${ctx.init_arguments.c}\x1B[0m\n`) +
// '\n' + // '\n' +
// `🔗 ${mklink('https://puter.com', 'puter.com')} ` + // `🔗 ${mklink('https://puter.com', 'puter.com')} ` +
'' ''