Method: Uffizzi::Cli::Preview#create

Defined in:
lib/uffizzi/cli/preview.rb

#create(file_path = nil) ⇒ Object



27
28
29
# File 'lib/uffizzi/cli/preview.rb', line 27

def create(file_path = nil)
  run('create', file_path: file_path)
end