UNPKG

vtex

Version:

The platform for e-commerce apps

15 lines (14 loc) 498 B
import { CustomCommand } from '../../api/oclif/CustomCommand'; export default class DotnetDebug extends CustomCommand { static description: string; static flags: { verbose: import("@oclif/parser/lib/flags").IBooleanFlag<boolean>; help: import("@oclif/parser/lib/flags").IBooleanFlag<void>; trace: import("@oclif/parser/lib/flags").IBooleanFlag<boolean>; }; static args: { name: string; required: boolean; }[]; run(): Promise<void>; }