UNPKG

@ibm/ibmi-ci

Version:

IBM i CLI tool

9 lines (8 loc) 293 B
import { StepI } from "../step"; export declare class LocalCwdStep extends StepI { readonly id = "lcwd"; readonly description = "Sets the current working directory on the local system"; readonly requiredParams: string[]; execute(): Promise<boolean>; validate(): boolean; }