Namespace Webmozart\Console\Api\Args
| Webmozart\Console\Api\Args\Format |
| Args | The parsed console arguments. |
| ArgsParser | Parses raw console arguments and returns the parsed arguments. |
| RawArgs | The unparsed console arguments. |
| CannotAddArgumentException | Thrown when an argument cannot be added. |
| CannotAddOptionException | Thrown when an option cannot be added. |
| CannotParseArgsException | Thrown when console arguments cannot be parsed. |
| NoSuchArgumentException | Thrown when a non-existing argument is accessed. |
| NoSuchOptionException | Thrown when a non-existing option is accessed. |