File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 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
1113Have a look at the following command that has three options::
1214
You can’t perform that action at this time.
0 commit comments