PHP Webmozart\Console\Api\Args Namespace

Nested Namespaces

Webmozart\Console\Api\Args\Format

Interfaces

Name Description
ArgsParser Parses raw console arguments and returns the parsed arguments.
RawArgs The unparsed console arguments.

Classes

Name Description
Args The parsed console arguments.
CannotAddArgumentException Thrown when an argument cannot be added.
CannotAddOptionException Thrown when an option cannot be added.
NoSuchArgumentException Thrown when a non-existing argument is accessed.
NoSuchOptionException Thrown when a non-existing option is accessed.