UNPKG

hexo-cli

Version:

Command line interface for Hexo

11 lines (10 loc) 259 B
import type Context from '../context'; interface HelpArgs { _: string[]; v?: boolean; version?: boolean; consoleList?: boolean; completion?: string; } declare function helpConsole(this: Context, args: HelpArgs): any; export = helpConsole;