Theia API Documentation v1.65.0
    Preparing search index...

    Call back for extension to contribute options to the cli.

    Implements

    Index

    Constructors

    Properties

    envVariablesServer: EnvVariablesServer
    untitledWorkspaceService: UntitledWorkspaceService
    workspaceRoot: Deferred<undefined | string> = ...

    Methods

    • Parameters

      • args: { _: (string | number)[]; $0: string; [argName: string]: unknown }
        • [argName: string]: unknown

          All remaining options

        • _: (string | number)[]

          Non-option arguments

        • $0: string

          The script name or node command

      Returns Promise<void>