@sodacore/cli
Version:
Sodacore CLI is a plugin that offers CLI functionality within the framework.
16 lines • 453 B
TypeScript
import type { IConfigConnectionItem } from './types';
export default class Application {
private connection;
private exitHandler;
private socket;
private commands;
private answers;
private closeAfter;
constructor(connection: IConfigConnectionItem, answers?: string[]);
init(): Promise<string | undefined>;
private connect;
private onOpen;
private handle;
private write;
}
//# sourceMappingURL=app.d.ts.map