Class: Shim::CLI

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/shim/cli.rb

Instance Method Summary collapse

Instance Method Details

#installObject



10
11
12
# File 'lib/shim/cli.rb', line 10

def install
  Shim.install!
end

#watchObject



15
16
17
# File 'lib/shim/cli.rb', line 15

def watch
  Shim.watch!
end