Argument Access and Boolean Negation
mainCase-Agnostic Access
Kebab-case arguments can be accessed using camelCase. For example, an argument defined as output-dir can be accessed via args.outputDir or args['output-dir'].
Boolean Negation
Boolean arguments support the --no- prefix for negation. The negative variant is automatically displayed in the help output if default: true is set or if a negativeDescription is provided.