bin/frameit in frameit-0.1.0 vs bin/frameit in frameit-0.1.1

- old
+ new

@@ -26,18 +26,20 @@ default_command :black command :black do |c| c.syntax = 'frameit black' + c.description = "Adds a black frame around all screenshots." c.action do |args, options| Frameit::DependencyChecker.check_dependencies Frameit::Editor.new.run('.', Frameit::Editor::Color::BLACK) end end command :silver do |c| c.syntax = 'frameit silver' + c.description = "Adds a silver frame around all screenshots." c.action do |args, options| Frameit::DependencyChecker.check_dependencies Frameit::Editor.new.run('.', Frameit::Editor::Color::SILVER) end \ No newline at end of file