lib/pennyworth/cli.rb in pennyworth-4.1.0 vs lib/pennyworth/cli.rb in pennyworth-5.0.0
- old
+ new
@@ -73,9 +73,10 @@
end
end
desc "-i, [--install]", "Install Alfred Workflows."
map %w[-i --install] => :install
+ # rubocop:disable Metrics/LineLength
def install
say
alfred_settings_root = self.class.configuration.to_h[:alfred_settings_root]