Skip to content

Commit 54a3e1f

Browse files
committed
minor #9877 Reword the intro of a console article (javiereguiluz)
This PR was merged into the 2.8 branch. Discussion ---------- Reword the intro of a console article Minor reword to avoid issues like #9857. Commits ------- ae79eef Reword the intro of a console article
2 parents 89a8262 + ae79eef commit 54a3e1f

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)