PromptsForMissingInput
trait PromptsForMissingInput
Methods
void
interact(InputInterface $input, OutputInterface $output)
Interact with the user before validating the input.
void
promptForMissingArguments(InputInterface $input, OutputInterface $output)
Prompt the user for any missing arguments.
array
promptForMissingArgumentsUsing()
Prompt for missing input arguments using the returned questions.
void
afterPromptingForMissingArguments(InputInterface $input, OutputInterface $output)
Perform actions after the user was prompted for missing arguments.
bool
didReceiveOptions(InputInterface $input)
Determine whether the input contains any options that differ from the default values.
Details
at line 22
protected void
interact(InputInterface $input, OutputInterface $output)
Interact with the user before validating the input.
at line 34
protected void
promptForMissingArguments(InputInterface $input, OutputInterface $output)
Prompt the user for any missing arguments.
at line 74
protected array
promptForMissingArgumentsUsing()
Prompt for missing input arguments using the returned questions.
at line 82
protected void
afterPromptingForMissingArguments(InputInterface $input, OutputInterface $output)
Perform actions after the user was prompted for missing arguments.
at line 89
protected bool
didReceiveOptions(InputInterface $input)
Determine whether the input contains any options that differ from the default values.