mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
Make sure the --no-plugin is documented as available everywhere and not redefined
This commit is contained in:
parent
a9df4acd7d
commit
4319435154
6 changed files with 1 additions and 8 deletions
|
@ -70,7 +70,6 @@ class CreateProjectCommand extends BaseCommand
|
|||
new InputOption('repository-url', null, InputOption::VALUE_REQUIRED, 'DEPRECATED: Use --repository instead.'),
|
||||
new InputOption('dev', null, InputOption::VALUE_NONE, 'Enables installation of require-dev packages (enabled by default, only present for BC).'),
|
||||
new InputOption('no-dev', null, InputOption::VALUE_NONE, 'Disables installation of require-dev packages.'),
|
||||
new InputOption('no-plugins', null, InputOption::VALUE_NONE, 'Whether to disable plugins.'),
|
||||
new InputOption('no-custom-installers', null, InputOption::VALUE_NONE, 'DEPRECATED: Use no-plugins instead.'),
|
||||
new InputOption('no-scripts', null, InputOption::VALUE_NONE, 'Whether to prevent execution of all defined scripts in the root package.'),
|
||||
new InputOption('no-progress', null, InputOption::VALUE_NONE, 'Do not output download progress.'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue