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.
2 parents 236d632 + ce5f517 commit a44851bCopy full SHA for a44851b
contributing/code/conventions.rst
@@ -227,3 +227,11 @@ of the impacted component:
227
* Remove the `Deprecated` class, use `Replacement` instead
228
229
This task is mandatory and must be done in the same pull request.
230
+
231
+Naming Commands and Options
232
+---------------------------
233
234
+Commands and their options should be named and described using the English
235
+imperative mood (i.e. 'run' instead of 'runs', 'list' instead of 'lists'). Using
236
+the imperative mood is concise and consistent with similar command-line
237
+interfaces (such as Unix man pages).
0 commit comments