UNPKG

@flowcore/cli-plugin-config

Version:
7 lines (6 loc) 215 B
import { BaseCommand } from "../../base-command.js"; export default class LoginShow extends BaseCommand<typeof LoginShow> { static description: string; static examples: string[]; run(): Promise<void>; }