UNPKG

@swell/cli

Version:

Swell's command line interface/utility

9 lines (8 loc) 274 B
import { SwellCommand } from '../swell-command.js'; export default class Logout extends SwellCommand { static description: string; static flags: { local: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<boolean>; }; run(): Promise<void>; }