8000
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 685cb2c commit 60f8569Copy full SHA for 60f8569
contributing/code/conventions.rst
@@ -234,3 +234,11 @@ of the impacted component:
234
This task is mandatory and must be done in the same pull request.
235
236
.. _`@-silencing operator`: https://www.php.net/manual/en/language.operators.errorcontrol.php
237
+
238
+Naming Commands and Options
239
+---------------------------
240
241
+Commands and their options should be named and described using the English
242
+imperative mood (i.e. 'run' instead of 'runs', 'list' instead of 'lists'). Using
243
+the imperative mood is concise and consistent with similar command-line
244
+interfaces (such as Unix man pages).
0 commit comments