🔖 CLI 2.1.11

This commit is contained in:
Tw93
2023-06-28 19:55:59 +08:00
parent 0fd1dafcb7
commit 13018e6869
3 changed files with 4 additions and 4 deletions

2
bin/cli.ts vendored
View File

@@ -14,7 +14,7 @@ const { green, yellow }= chalk;
const logo = `${chalk.green(' ____ _')}
${green('| _ \\ __ _| | _____')}
${green('| |_) / _` | |/ / _ \\')}
${green('| __/ (_| | < __/')} ${yellow('https://dub.sh/pake')}
${green('| __/ (_| | < __/')} ${yellow('https://github.com/tw93/pake')}
${green('|_| \\__,_|_|\\_\\___| can turn any webpage into a desktop app with Rust.')}
`;