You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A long string containing several sequences and a line break.
8
+
*
9
+
* @type {string}
10
+
*/
11
+
exportdefault'Parsed options can be accessed by calling [`.opts<T>()`](#commandoptst) on a [`Command`](#commandinfo) object, and are passed to the command\'s [`action`](#commandactionaction) handler.\nMulti-word options such as `--template-engine` are `camelCased`, becoming `program.opts().templateEngine`, or can be configured to be converted using `snake_case`, becoming `program.opts().template_engine`.'
0 commit comments