Class: WordPressTools::WPCLIServer
- Inherits:
-
Thor
- Object
- Thor
- WordPressTools::WPCLIServer
- Includes:
- CLIHelper, SharedOptions
- Defined in:
- lib/wordpress_tools/wp_cli_server.rb
Instance Method Summary collapse
Methods included from CLIHelper
#error, #executable_bit_command, #git_installed?, #info, #move_command, #run_command, #success, #unzip, #void, #warning
Instance Method Details
#install ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/wordpress_tools/wp_cli_server.rb', line 8 def install return unless overwrite? remove_existing download configure end |