Overview

Namespaces

  • Webmozart
    • Console
      • Adapter
      • Api
        • Application
        • Args
          • Format
        • Command
        • Config
        • Event
        • Formatter
        • IO
        • Resolver
      • Args
      • Config
      • Formatter
      • Handler
        • Help
      • IO
        • InputStream
        • OutputStream
      • Process
      • Resolver
      • UI
        • Alignment
        • Component
        • Help
        • Layout
        • Style
      • Util

Classes

  • Args

Interfaces

  • ArgsParser
  • RawArgs

Exceptions

  • CannotAddArgumentException
  • CannotAddOptionException
  • CannotParseArgsException
  • NoSuchArgumentException
  • NoSuchOptionException
  • Overview
  • Namespace
  • Class

Namespace Webmozart\Console\Api\Args

Namespaces summary
Webmozart\Console\Api\Args\Format
Classes summary
Args The parsed console arguments.
Interfaces summary
ArgsParser Parses raw console arguments and returns the parsed arguments.
RawArgs The unparsed console arguments.
Exceptions summary
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.
Webmozart Console API API documentation generated by ApiGen