mediaforge - v0.1.0
    Preparing search index...

    Interface ArgEntry

    A single argument entry: a flag and optional value

    interface ArgEntry {
        flag: string;
        value?: string;
    }
    Index

    Properties

    Properties

    flag: string
    value?: string