From c74d54411b23319f815ea68c74fd5c2351cbb563 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Wed, 23 Sep 2020 20:28:07 +0200 Subject: [PATCH] Add `tc` alias for `typecheck`. --- Library/Homebrew/commands.rb | 1 + completions/internal_commands_list.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/Library/Homebrew/commands.rb b/Library/Homebrew/commands.rb index e453a5086e..4654d4e580 100644 --- a/Library/Homebrew/commands.rb +++ b/Library/Homebrew/commands.rb @@ -27,6 +27,7 @@ module Commands "environment" => "--env", "--config" => "config", "-v" => "--version", + "tc" => "typecheck", }.freeze def valid_internal_cmd?(cmd) diff --git a/completions/internal_commands_list.txt b/completions/internal_commands_list.txt index cf63a940c6..4e7367131a 100644 --- a/completions/internal_commands_list.txt +++ b/completions/internal_commands_list.txt @@ -81,6 +81,7 @@ switch tap tap-info tap-new +tc test tests typecheck