bin/frameit in frameit-0.2.1 vs bin/frameit in frameit-0.2.2
- old
+ new
@@ -14,11 +14,11 @@
program :help, 'Author', 'Felix Krause <frameit@krausefx.com>'
program :help, 'Website', 'http://fastlane.tools'
program :help, 'GitHub', 'https://github.com/krausefx/frameit'
program :help_formatter, :compact
-global_option('--verbose') { $verbose = true }
+always_trace!
default_command :black
@@ -47,10 +47,6 @@
c.action do |args, options|
Frameit::FrameConverter.new.run
end
end
-alias_command :white, :silver
-
-def shared_run(c)
- c.description = 'Find all screenshots in current folder and put a nice frame around it. This will duplicate the images.'
-end
+alias_command :white, :silver
\ No newline at end of file