class VVTool::CLI

Public Instance Methods

__print_version() click to toggle source
# File lib/vvtool.rb, line 23
def __print_version
  puts VVTool::VERSION
end
about() click to toggle source
# File lib/vvtool.rb, line 17
def about
  puts "这个命令主要用于 VirtualView 实时预览 - https://github.com/isaced/VVTool"
end
runLiveServer() click to toggle source
# File lib/vvtool.rb, line 12
def runLiveServer
  VVTool::live_server_run()
end