Get the values of the specified options. This is useful when you want to get the values of multiple options at once.
Get the values of the specified options. This is useful when you want to get the values of multiple options at once.
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.
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.