diff --git a/Library/Homebrew/commands.rb b/Library/Homebrew/commands.rb index 443b3fe364..e9450b3fed 100644 --- a/Library/Homebrew/commands.rb +++ b/Library/Homebrew/commands.rb @@ -21,13 +21,13 @@ module Commands "uninstal" => "uninstall", "rm" => "uninstall", "remove" => "uninstall", - "configure" => "diy", "abv" => "info", "dr" => "doctor", "--repo" => "--repository", "environment" => "--env", "--config" => "config", "-v" => "--version", + "lc" => "livecheck", "tc" => "typecheck", }.freeze