UNPKG

@grandlinex/easy-cli

Version:

Cli lib to perform common tasks

9 lines (8 loc) 301 B
import { ShellCommand, ShellCommandParentProps } from '../../class/ShellComand.js'; export default class InteractiveAction extends ShellCommand { constructor(props: ShellCommandParentProps); private getFileOption; private runCmd; private checkForSubCmd; run(): Promise<boolean>; }