UNPKG

@grandlinex/easy-cli

Version:

Cli lib to perform common tasks

7 lines (6 loc) 277 B
import { ShellCommand, ShellCommandParentProps } from '../../class/ShellComand.js'; import { IArgs } from '../../lib/types.js'; export default class DebugAction extends ShellCommand { constructor(props: ShellCommandParentProps); run(parser: IArgs): Promise<boolean>; }