UNPKG

@mail-core/cli

Version:

Инструментарий для написания cli-скриптов

16 lines (15 loc) 296 B
export declare const create: import("../../../command/command").Command<{ name: { desc: string; type: "string"; }; desc: { desc: string; type: "string"; }; demo: { desc: string; hidden: true; type: "boolean"; }; }>;