We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e9845a + 2aaa878 commit a329a53Copy full SHA for a329a53
2 files changed
README.md
@@ -50,6 +50,8 @@ Activates maintenance mode.
50
wp maintenance-mode activate [--force]
51
~~~
52
53
+**OPTIONS**
54
+
55
[--force]
56
Force maintenance mode activation operation.
57
src/MaintenanceModeCommand.php
@@ -58,6 +58,8 @@ public function __construct() {
58
/**
59
* Activates maintenance mode.
60
*
61
+ * ## OPTIONS
62
+ *
63
* [--force]
64
* : Force maintenance mode activation operation.
65
0 commit comments