Class: VVTool::CLI
- Inherits:
-
Thor
- Object
- Thor
- VVTool::CLI
- Defined in:
- lib/vvtool.rb
Instance Method Summary collapse
Instance Method Details
#__print_version ⇒ Object
22 23 24 |
# File 'lib/vvtool.rb', line 22 def __print_version puts VVTool::VERSION end |
#about ⇒ Object
16 17 18 |
# File 'lib/vvtool.rb', line 16 def about puts "这个命令主要用于 VirtualView 实时预览 - https://github.com/isaced/VVTool" end |
#runLiveServer ⇒ Object
11 12 13 |
# File 'lib/vvtool.rb', line 11 def runLiveServer live_server_run end |