Class: WordPressTools::WPCLIServer

Inherits:
Thor
  • Object
show all
Includes:
CLIHelper
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

#installObject



6
7
8
9
10
11
12
# File 'lib/wordpress_tools/wp_cli_server.rb', line 6

def install
  return unless overwrite?

  remove_existing
  download
  configure
end