exe/fusuma-sendkey in fusuma-plugin-sendkey-0.3.0 vs exe/fusuma-sendkey in fusuma-plugin-sendkey-0.4.0
- old
+ new
@@ -18,10 +18,10 @@
end
opt.parse!(ARGV)
if option[:list]
- puts Fusuma::Plugin::Sendkey::Keyboard.new.search_codes
+ puts Fusuma::Plugin::Sendkey::Keyboard.new(name_pattern: nil).search_codes
return
end
if option[:version]
puts Fusuma::Plugin::Sendkey::VERSION