UNPKG

semo-plugin-shell

Version:

A semo plugin to provide a quick shell.

7 lines (6 loc) 274 B
export declare const plugin = "shell"; export declare const command = "shell"; export declare const desc = "Quick shell"; export declare const aliases = "sh"; export declare const builder: (yargs: any) => void; export declare const handler: (argv: any) => Promise<boolean>;