Class: VVTool::CLI

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

Instance Method Summary collapse

Instance Method Details

#__print_versionObject



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

def __print_version
  puts VVTool::VERSION
end

#aboutObject



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

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

#runLiveServerObject



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

def runLiveServer
  live_server_run
end