UNPKG

@heroku-cli/plugin-ps

Version:
10 lines (9 loc) 336 B
import { Command } from '@heroku-cli/command'; export default class Disable extends Command { static description: string; static flags: { app: import("@oclif/core/lib/interfaces").OptionFlag<string>; remote: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined>; }; run(): Promise<void>; }