Readonly
values: {Direct access to the values of the options, keyed by their original keys, aliases, and camelCased versions of both. This is useful for checking option values without triggering any validation or prompting.
Get the values of the specified options. This is useful when you want to get the values of multiple options at once.
The names of the options to get.
An object with the values of the specified options keyed by both their original keys and camelCased keys.
An object that can be used to dynamically retrieve the values of command options, including aliases. Options can be retrieved by their original key, any of their aliases, or camelCased versions of either.