We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Provides the standard JSON output options used by DevTools commands.
\FastForward\DevTools\Console\Input\HasJsonOption
Adds the standard JSON output options to the current command.
protected addJsonOption(): static
Determines whether JSON output was requested.
protected isJsonOutput(\Symfony\Component\Console\Input\InputInterface $input): bool
The pretty-json flag SHALL imply JSON output.
Parameters:
$input
Determines whether pretty JSON output was requested.
protected isPrettyJsonOutput(\Symfony\Component\Console\Input\InputInterface $input): bool