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

    This interface describes options, that every script must provide.

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

    Properties

    Properties

    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.