exe/fusuma in fusuma-2.0.5 vs exe/fusuma in fusuma-2.1.0

- old
+ new

@@ -20,9 +20,14 @@ opt.on('-l', '--list-devices', 'List available devices') do |v| option[:list] = v end +opt.on('--log=path/to/file', + 'Print logs to file') do |v| + option[:log_filepath] = v +end + opt.on('--device="Device name"', 'Open the given device only (DEPRECATED)') do |v| option[:device] = v end