Namespace Peg\Custom\CommandLine
| Action | Class that represents an action executed when a specific command is called. |
| Command | A sub command processed by the application. Example peg init |
| Error | Functions to throw error messages. |
| Option | Represents a command line option. |
| OptionType | Enumeration used to declare a \Peg\Custom\CommandLine\Option type |
| Parser | Class in charge of parsing the command line options |