UNPKG

clipanion

Version:

Type-safe CLI library / framework with no runtime dependencies

10 lines (9 loc) 233 B
import { Command } from '../Command'; /** * A command that prints the clipanion tokens. */ export declare class TokensCommand extends Command<any> { static paths: string[][]; args: string[]; execute(): Promise<void>; }