# frozen_string_literal: true require_relative "tools/version" require 'colored' module Lhj require 'lhj/env' require 'lhj/ui/ui' require 'lhj/config' require 'lhj/helper/pod_repo_config' require 'lhj/helper/pgyer_helper' require 'lhj/helper/dingtalk_helper' require 'lhj/helper/tb_helper' require 'lhj/action/sh_helper' require 'lhj/helper/git_helper' require 'lhj/helper/log_helper' class Error < StandardError; end autoload :Command, 'lhj/command' end