BC-Envelope-CLI TypeScript Library - v1.0.0-alpha.16
    Preparing search index...

    Interface ExecAsync

    Async version of the Exec interface for commands that need async operations.

    interface ExecAsync {
        exec(): Promise<string>;
    }

    Implemented by

    Index

    Methods

    Methods

    • Execute the command asynchronously and return the output string.

      Returns Promise<string>

      Error if the command fails