Class: CookieGen::CLI

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

Instance Method Summary collapse

Instance Method Details

#genObject



8
9
10
# File 'lib/cookiegen/cli.rb', line 8

def gen
    puts CookieGen::Generator.create_cookie(options[:jsonpath])
end