ascii n - vscode command

pull/46/head
Gabe Macri 2 years ago committed by GitHub
parent 14cf78d1b3
commit a70b52416f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -138,17 +138,23 @@ export const sudo = async (args?: string[]): Promise<string> => {
return `Permission denied: with little power comes... no responsibility? `;
};
export const vscode = async (args: string[]): Promise<string> => {
window.open(`https://vscode.dev`);
return 'Opening Vscode...';
};
// Banner
export const banner = (args?: string[]): string => {
return `
_______ ____ _______ ____ _______ ____ _______
| || | | _ || | | _ || | | |
| ___| | | | |_| | | | | |_| | | | | ___|
| | __ | | | | | | | | | | | |___
| || | | | | | | | | _ | | | | ___|
| |_| | | | | _ | | | | |_| | | | | |___
|_______| |___| |__| |__| |___| |_______| |___| |_______|
`;
};

Loading…
Cancel
Save