UNPKG

@napi-rs/cli

Version:
11 lines (10 loc) 243 B
import { Command } from 'clipanion'; /** * A command that prints the usage of all commands. * * Paths: `-h`, `--help` */ export declare class HelpCommand extends Command<any> { static paths: string[][]; execute(): Promise<void>; }