name: AddConsoleCommandPass
class_comment: "# * Registers console commands.\n# *\n# * @author Gr\xE9goire Pineau\
  \ <lyrixx@lyrixx.info>"
dependencies:
- name: Command
  type: class
  source: Symfony\Component\Console\Command\Command
- name: LazyCommand
  type: class
  source: Symfony\Component\Console\Command\LazyCommand
- name: ContainerCommandLoader
  type: class
  source: Symfony\Component\Console\CommandLoader\ContainerCommandLoader
- name: ServiceClosureArgument
  type: class
  source: Symfony\Component\DependencyInjection\Argument\ServiceClosureArgument
- name: CompilerPassInterface
  type: class
  source: Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- name: ServiceLocatorTagPass
  type: class
  source: Symfony\Component\DependencyInjection\Compiler\ServiceLocatorTagPass
- name: ContainerBuilder
  type: class
  source: Symfony\Component\DependencyInjection\ContainerBuilder
- name: InvalidArgumentException
  type: class
  source: Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
- name: Reference
  type: class
  source: Symfony\Component\DependencyInjection\Reference
- name: TypedReference
  type: class
  source: Symfony\Component\DependencyInjection\TypedReference
properties: []
methods:
- name: process
  visibility: public
  parameters:
  - name: container
  comment: null
traits:
- Symfony\Component\Console\Command\Command
- Symfony\Component\Console\Command\LazyCommand
- Symfony\Component\Console\CommandLoader\ContainerCommandLoader
- Symfony\Component\DependencyInjection\Argument\ServiceClosureArgument
- Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- Symfony\Component\DependencyInjection\Compiler\ServiceLocatorTagPass
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
- Symfony\Component\DependencyInjection\Reference
- Symfony\Component\DependencyInjection\TypedReference
interfaces:
- CompilerPassInterface