UNPKG

@oclif/core

Version:

base library for oclif CLIs

5 lines (4 loc) 328 B
import * as Interfaces from './interfaces'; export declare const helpAddition: (argv: string[], config: Interfaces.Config) => boolean; export declare const versionAddition: (argv: string[], config?: Interfaces.Config) => boolean; export declare function run(argv?: string[], options?: Interfaces.LoadOptions): Promise<unknown>;