Class: Fbapp::CLI

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

Instance Method Summary collapse

Instance Method Details

#listObject



6
7
8
# File 'lib/fbapp/cli.rb', line 6

def list
  driver.list
end

#show(app) ⇒ Object



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

def show(app)
  driver.show(app)
end