UNPKG

@grandlinex/easy-cli

Version:

Cli lib to perform common tasks

8 lines (7 loc) 262 B
import { ShellCommand, ShellCommandParentProps } from '../../class/ShellComand.js'; export default class HelpAction extends ShellCommand { constructor(props: ShellCommandParentProps); private space; private inspectCmd; run(): Promise<boolean>; }