bin/tlapse in tlapse-0.3.1 vs bin/tlapse in tlapse-0.3.2

- old
+ new

@@ -19,11 +19,11 @@ end desc "Capture a single photo, saving it to the current directory" command :capture do |c| c.action do |global_options, options, args| - capture_single + Tlapse::Capture.capture_single end end desc "Start a drb server via which photo capturing may be performed remotely" command :serve do |c| @@ -48,10 +48,9 @@ end desc "Use ffmpeg to combine all .jpg files in the current directory" command :compile do |c| - c.switch :f, :force, desc: "Force overwrite existing output files", negatable: false c.flag :o, :out,