Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Oct 14, 2016
2 parents f94e187 + 08e2317 commit 9f77df2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,15 @@ class WP_CLI_Scaffold_Movefile extends WP_CLI_Command
*
* ## EXAMPLES
*
* wp scaffold movefile
* # Basic usage
* $ wp scaffold movefile
* Success: /path/to/Movefile
*
* wp scaffold movefile --environment=production
*
* wp scaffold movefile --movefile=/path/to/Movefile
* # Overwrite when Movefile exists
* $ wp scaffold movefile
* Warning: File already exists.
* Do you want to overwrite? [y/N]y
* Success: /path/to/Movefile
*
*/
function __invoke( $args, $assoc_args )
Expand Down

0 comments on commit 9f77df2

Please sign in to comment.