Merge branch 'main' into main
This commit is contained in:
commit
fbb257f08d
@ -65,12 +65,12 @@ export function formatCliBannerLine(version: string, options: BannerOptions = {}
|
|||||||
}
|
}
|
||||||
|
|
||||||
const LOBSTER_ASCII = [
|
const LOBSTER_ASCII = [
|
||||||
"░████░█░░░░░█████░█░░░█░███░░████░░████░░▀█▀",
|
"▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄",
|
||||||
"█░░░░░█░░░░░█░░░█░█░█░█░█░░█░█░░░█░█░░░█░░█░",
|
"██░▄▀▄░██░▄▄▄░██░████▄▄░▄▄██░▄▄▀██░▄▄▄░█▄▄░▄▄██",
|
||||||
"█░░░░░█░░░░░█████░█░█░█░█░░█░████░░█░░░█░░█░",
|
"██░█░█░██░███░██░██████░████░▄▄▀██░███░███░████",
|
||||||
"█░░░░░█░░░░░█░░░█░█░█░█░█░░█░█░░█░░█░░░█░░█░",
|
"██░███░██░▀▀▀░██░▀▀░███░████░▀▀░██░▀▀▀░███░████",
|
||||||
"░████░█████░█░░░█░░█░█░░███░░████░░░███░░░█░",
|
"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀",
|
||||||
" 🦞 FRESH DAILY 🦞",
|
" 🦞 FRESH DAILY 🦞 ",
|
||||||
];
|
];
|
||||||
|
|
||||||
export function formatCliBannerArt(options: BannerOptions = {}): string {
|
export function formatCliBannerArt(options: BannerOptions = {}): string {
|
||||||
|
|||||||
@ -64,12 +64,12 @@ export function randomToken(): string {
|
|||||||
|
|
||||||
export function printWizardHeader(runtime: RuntimeEnv) {
|
export function printWizardHeader(runtime: RuntimeEnv) {
|
||||||
const header = [
|
const header = [
|
||||||
"░████░█░░░░░█████░█░░░█░███░░████░░████░░▀█▀",
|
"▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄",
|
||||||
"█░░░░░█░░░░░█░░░█░█░█░█░█░░█░█░░░█░█░░░█░░█░",
|
"██░▄▀▄░██░▄▄▄░██░████▄▄░▄▄██░▄▄▀██░▄▄▄░█▄▄░▄▄██",
|
||||||
"█░░░░░█░░░░░█████░█░█░█░█░░█░████░░█░░░█░░█░",
|
"██░█░█░██░███░██░██████░████░▄▄▀██░███░███░████",
|
||||||
"█░░░░░█░░░░░█░░░█░█░█░█░█░░█░█░░█░░█░░░█░░█░",
|
"██░███░██░▀▀▀░██░▀▀░███░████░▀▀░██░▀▀▀░███░████",
|
||||||
"░████░█████░█░░░█░░█░█░░███░░████░░░███░░░█░",
|
"▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀",
|
||||||
" 🦞 FRESH DAILY 🦞",
|
" 🦞 FRESH DAILY 🦞 ",
|
||||||
].join("\n");
|
].join("\n");
|
||||||
runtime.log(header);
|
runtime.log(header);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user