UNPKG

@grandlinex/easy-cli

Version:

Cli lib to perform common tasks

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