Method: Lono::Opts#source

Defined in:
lib/lono/opts.rb

#sourceObject



20
21
22
23
24
# File 'lib/lono/opts.rb', line 20

def source
  with_cli_scope do
    option :source, desc: "url or path to file with template"
  end
end