We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parents30c327a +5f3008f commitb0da69aCopy full SHA for b0da69a
components/console/introduction.rst
@@ -260,7 +260,7 @@ Option Value
260
=========================== ===============================================================================================================
261
InputArgument::REQUIRED The argument is required
262
InputArgument::OPTIONAL The argument is optional and therefore can be omitted
263
-InputArgument::IS_ARRAY The argument cancancontain an indefinite number of arguments and must be used at the end of the argument list
+InputArgument::IS_ARRAY The argument can contain an indefinite number of arguments and must be used at the end of the argument list
264
265
266
You can combine ``IS_ARRAY`` with ``REQUIRED`` and ``OPTIONAL`` like this::