@flowscripter/dynamic-cli-framework
    Preparing search index...

    Interface ServiceInfo

    Information regarding a service instance provided by a ServiceProvider.

    interface ServiceInfo {
        commands: readonly Command[];
        service?: unknown;
    }
    Index
    commands: readonly Command[]

    Zero or more Command instances related to the service which should be registered.

    service?: unknown

    Optional, a service in the Context.