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

Breadcrumb

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

InputOption::VALUE_NONE

Do not accept input for the option (e.g. --yell). This is the default behavior of options.

File

vendor/symfony/console/Input/InputOption.php, line 31

Class

InputOption
Represents a command line option.

Namespace

Symfony\Component\Console\Input

Code

public const VALUE_NONE = 1;
RSS feed
Powered by Drupal