Class: VVTool::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/vvtool.rb

Instance Method Summary collapse

Instance Method Details

#__print_versionObject



23
24
25
# File 'lib/vvtool.rb', line 23

def __print_version
  puts VVTool::VERSION
end

#aboutObject



17
18
19
# File 'lib/vvtool.rb', line 17

def about
  puts "这个命令主要用于 VirtualView 实时预览 - https://github.com/isaced/VVTool"
end

#runLiveServerObject



12
13
14
# File 'lib/vvtool.rb', line 12

def runLiveServer
  VVTool::live_server_run()
end