18 19 20
# File 'lib/marksman/cli.rb', line 18 def generate(file, target = 'public') Marksman::Writer.new(file, target, options[:theme]).generate end
24 25 26
# File 'lib/marksman/cli.rb', line 24 def watch(file, target = 'public') Marksman::Watcher.new(file, target, options[:theme]).watch end