@eagleoutice/flowr - v2.13.14
    Preparing search index...

    Interface CommonOptions

    This interface describes options, that every script must provide.

    interface CommonOptions {
        help: boolean;
        verbose: boolean;
    }
    Index
    help: boolean

    Shows the respective help including usage examples, see processCommandLineArgs or helpForOptions for more information.

    verbose: boolean

    Enables the most verbose logging option available.