interface ICliRootModuleConfig {
    appName?: string;
    closeOnCommandPromiseResolved?: boolean;
    scope?: string;
}

Properties

appName?: string

App execution name. Will be used in the help message.

closeOnCommandPromiseResolved?: boolean

If true, the app will exit after the command promise is resolved.

Default

false
scope?: string

The scope of the root module. This is used to create a unique key for the root module's service.