Class: CommandLineArgumentError

Feature_CommandLine~ CommandLineArgumentError

Error caused by command line arguments.


new CommandLineArgumentError(message, name, nonOption)

Parameters:
Name Type Description
message string

Error message

name string

The related config item

nonOption boolean

Whether it is an option

Source:
features/commandLine.js

Extends

  • ApplicationError