Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. StatusCommand.php

function StatusCommand::configure

Throws

\Symfony\Component\Console\Exception\InvalidArgumentException

Overrides Command::configure

File

vendor/composer/composer/src/Composer/Command/StatusCommand.php, line 42

Class

StatusCommand
@author Tiago Ribeiro <tiago.ribeiro@seegno.com> @author Rui Marinho <rui.marinho@seegno.com>

Namespace

Composer\Command

Code

protected function configure() : void {
    $this->setName('status')
        ->setDescription('Shows a list of locally modified packages')
        ->setDefinition([
        new InputOption('verbose', 'v|vv|vvv', InputOption::VALUE_NONE, 'Show modified files for each directory that contains changes.'),
    ])
        ->setHelp(<<<EOT
The status command displays a list of dependencies that have
been modified locally.

Read more at https://getcomposer.org/doc/03-cli.md#status
EOT
);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal