From e24a36d4b34347225c0d9e27482fbe3a4c5e06f8 Mon Sep 17 00:00:00 2001 From: Pinchon Karim Date: Wed, 12 Oct 2022 14:04:31 +0200 Subject: [PATCH] docs(test): add array example for options --- console.rst | 2 ++ 1 file changed, 2 insertions(+) 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