UNPKG

@swell/cli

Version:

Swell's command line interface/utility

8 lines (7 loc) 250 B
import { Config } from '@oclif/core'; import { SwellCommand } from '../swell-command.js'; export default class Whoami extends SwellCommand { static description: string; constructor(argv: string[], config: Config); run(): Promise<void>; }