Method: Bashly::Commands::Render#run

Defined in:
lib/bashly/commands/render.rb

#runObject



42
43
44
45
46
47
48
# File 'lib/bashly/commands/render.rb', line 42

def run
  if args['--list'] then show_list
  elsif args['--about'] then show_about
  else
    start_render
  end
end