lib/ggem/cli/commands.rb in ggem-1.10.5 vs lib/ggem/cli/commands.rb in ggem-1.10.6

- old
+ new

@@ -266,12 +266,14 @@ end mixin_instance_methods do def initialize super do - option "force-tag", "force tagging even with uncommitted files", { + option( + "force-tag", + "force tagging even with uncommitted files", abbrev: "f", - } + ) end end end end