UNPKG

@qodalis/angular-cli

Version:

A lightweight and flexible command-line interface (CLI) tool designed to streamline workflows and automate tasks for developers.

6 lines (5 loc) 276 B
export * from './cli-switch-user-command-processor'; export * from './cli-whoami-command-processor'; export * from './cli-add-user-command-processor'; export * from './cli-list-users-command-processor'; export declare const usersProviders: import("@angular/core").Provider[];