Skip to content

Commit ae79eef

Browse files
committed
Reword the intro of a console article
1 parent 89a8262 commit ae79eef

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

components/console/console_arguments.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
.. index::
22
single: Console; Console arguments
33

4-
Understanding how Console Arguments Are Handled
5-
===============================================
4+
Understanding how Console Arguments and Options Are Handled
5+
===========================================================
66

7-
It can be difficult to understand the way arguments are handled by the console application.
8-
The Symfony Console application, like many other CLI utility tools, follows the behavior
9-
described in the `docopt`_ standards.
7+
Symfony Console applications follow the same `docopt`_ standard used in most
8+
CLI utility tools. This article explains how to handle edge-cases when the
9+
commands define options with required values, without values, etc. Read
10+
:doc:`this other article </console/input>` to learn about using arguments and
11+
options inside Symfony Console commands.
1012

1113
Have a look at the following command that has three options::
1214

0 commit comments

Comments
 (0)