rushstack.io
Docs API News GitHub Help
https://github.com/octogonz

    << Docs Index

    Home > @rushstack/ts-command-line > CommandLineChoiceParameter > defaultValue

    CommandLineChoiceParameter.defaultValue property

    The default value which will be used if the parameter is omitted from the command line.

    Signature:

    readonly defaultValue: string | undefined;
    

    Remarks

    If a default value is specified, then IBaseCommandLineDefinition.required must not be true. Instead, a custom error message should be used to report cases where a default value was not available.

    © 2021 Microsoft

    • Docs
    • API
    • News
    • GitHub
    • Help