method ConfigurationServiceProvider.prototype.getDefaultArgumentValues
ConfigurationServiceProvider.prototype.getDefaultArgumentValues(
cliConfig: CLIConfig,
command: Command,
):

Retrieve the defaults command argument values (if any) for the provided Command.

This will retrieve values both from the configuration location and environment variables.

Parameters

cliConfig: CLIConfig

the CLIConfig to use for retrieving configuration keys.

command: Command

the Command instance to retrieve default argument values for.

Return Type

Usage

import ConfigurationServiceProvider from ".";