Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mircobabini committed Aug 24, 2021
1 parent db289fa commit a1401f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

* `wp swim to-www` -- Make the website accessible via www.
* `wp swim to-https` -- Make the website accessible via https.
* `wp swim autoperm` -- Automatically apply own/perms to the root.
* `wp swim update-all` -- Update core, plugins, themes and translations

## Work in progress commands

* `wp swim autoperm` -- ...
* `wp swim update-all` -- ...
* `wp swim cache-clean` -- ...
* `wp swim cache-clean` -- Automatically clean all caches (wp, opcache, plugins, object-cache...)

## Installing

Expand Down
6 changes: 3 additions & 3 deletions command.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function to_https( array $args = [], array $assoc_args = [] ) {
}

/**
* Update all
* Update core, plugins, themes and translations
*
* ## EXAMPLES
*
Expand Down Expand Up @@ -162,7 +162,7 @@ public function update_all( array $args = [], array $assoc_args = [] ) {
}

/**
* Cache clean
* Automatically clean all caches (wp, opcache, plugins, object-cache...)
*
* ## EXAMPLES
*
Expand Down Expand Up @@ -193,7 +193,7 @@ public function cache_clean( array $args = [], array $assoc_args = [] ) {
}

/**
* Autoperm
* Automatically apply own/perms to the root
*
* ## EXAMPLES
*
Expand Down

0 comments on commit a1401f9

Please sign in to comment.