Documentation for Simbo's Packages
    Preparing search index...

    Interface ParsedArgs

    interface ParsedArgs {
        _: string[];
        "--"?: string[];
        [arg: string]: any;
    }

    Indexable

    • [arg: string]: any
    Index

    Properties

    Properties

    _: string[]

    Contains all the arguments that didn't have an option associated with them

    "--"?: string[]

    If opts['--'] is true, populated with everything after the --