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