Split a string of command line options into and argv(argument vector) array
clean parses and sanitize argv for node, supporting fully extendable types, shorthands, validatiors and setters.
Split argv(argument vector) and handle special cases, such as quoted values.
Argv-parser is a small and simple node.js module to parser process.argv
.
Options of this type will not lead to collecting a value if provided. Instead it is only checked if either the argument vector or the process environment contain the configured value. The parsed value for an option of this type will always be true
or `f