We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--help
1 parent 1ac62bc commit 22c8f21Copy full SHA for 22c8f21
1 file changed
user_guide_src/source/cli/spark_commands.rst
@@ -67,6 +67,9 @@ You can get help about any CLI command using the ``help`` command as follows::
67
68
> php spark help db:seed
69
70
+Since v4.3.0, you can also use the ``--help`` option instead of the ``help`` command::
71
+
72
+ > php spark db:seed --help
73
74
spark list
75
==========
0 commit comments