balena-cli
Version:
The official balena Command Line Interface
12 lines (11 loc) • 450 B
TypeScript
import type { Interfaces } from '@oclif/core';
export declare let unsupportedFlag: boolean;
export interface AppOptions {
noFlush?: boolean;
development?: boolean;
dir: string;
loadOptions?: Interfaces.LoadOptions;
}
export declare function preparseArgs(argv: string[]): Promise<string[]>;
export declare function checkDeletedCommand(argvSlice: string[]): void;
export declare function isSubcommand(args: string[]): Promise<boolean>;