UNPKG

@enspirit/emb

Version:

A replacement for our Makefile-for-monorepos

11 lines (10 loc) 344 B
import { FlavoredCommand } from '../index.js'; export default class PsCommand extends FlavoredCommand<typeof PsCommand> { static description: string; static enableJsonFlag: boolean; static examples: string[]; static flags: { all: import("@oclif/core/interfaces").BooleanFlag<boolean>; }; run(): Promise<void>; }