We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d7bc6 commit bd7dfbfCopy full SHA for bd7dfbf
components/console/single_command_tool.rst
@@ -47,3 +47,8 @@ it is possible to remove this need by extending the application::
47
48
When calling your console script, the command `MyCommand` will then always
49
be used, without having to pass its name.
50
+
51
+.. note::
52
53
+ If your command accepts one or more arguments, you may also want to override
54
+ getDefinition() method.
0 commit comments