@qodalis/angular-cli
Version:
A lightweight and flexible command-line interface (CLI) tool designed to streamline workflows and automate tasks for developers.
12 lines (11 loc) • 584 B
TypeScript
import { ICliCommandProcessor, ICliServiceProvider, ICliStateStore } from '@qodalis/cli-core';
import * as i0 from "@angular/core";
export declare class CliStateStoreManager {
private readonly services;
private stores;
constructor(services: ICliServiceProvider);
getStateStore(name: string, defaultState?: Record<string, any>): ICliStateStore;
getProcessorStateStore(processor: ICliCommandProcessor): ICliStateStore;
static ɵfac: i0.ɵɵFactoryDeclaration<CliStateStoreManager, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<CliStateStoreManager>;
}