lib/takeltau/git/cli.rb in takeltau-0.34.15 vs lib/takeltau/git/cli.rb in takeltau-0.35.11

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true module Takeltau - # takeltau git + # tau git class Git < SubCommandBase desc 'check [COMMAND]', 'Check git state' subcommand 'check', GitCheck end end