UNPKG

hana-cli

Version:
6 lines (5 loc) 204 B
export const command: "readMe"; export const aliases: string[]; export const describe: string; export const builder: import("yargs").CommandBuilder<{}, {}>; export function handler(): Promise<void>;