diff --git a/console.rst b/console.rst index 0830ace0829..de35f22ca2d 100644 --- a/console.rst +++ b/console.rst @@ -372,6 +372,8 @@ console:: // prefix the key with two dashes when passing options, // e.g: '--some-option' => 'option_value', + // use brackets for testing array value, + // e.g: '--some-option' => ['option_value'], ]); // the output of the command in the console