Skip to content

Commit e24a36d

Browse files
kpn13javiereguiluz
authored andcommitted
docs(test): add array example for options
1 parent 8d186af commit e24a36d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

console.rst

+2
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ console::
372372

373373
// prefix the key with two dashes when passing options,
374374
// e.g: '--some-option' => 'option_value',
375+
// use brackets for testing array value,
376+
// e.g: '--some-option' => ['option_value'],
375377
]);
376378

377379
// the output of the command in the console

0 commit comments

Comments
 (0)