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

    Interface Exec

    Interface that all CLI commands implement. Each command's exec() method returns a string output.

    interface Exec {
        exec(): string;
    }

    Implemented by

    Index

    Methods

    Methods

    • Execute the command and return the output string.

      Returns string

      Error if the command fails