Add tc alias for typecheck.

This commit is contained in:
Markus Reiter 2020-09-23 20:28:07 +02:00
parent bbea2d840d
commit c74d54411b
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ module Commands
"environment" => "--env", "environment" => "--env",
"--config" => "config", "--config" => "config",
"-v" => "--version", "-v" => "--version",
"tc" => "typecheck",
}.freeze }.freeze
def valid_internal_cmd?(cmd) def valid_internal_cmd?(cmd)

View File

@ -81,6 +81,7 @@ switch
tap tap
tap-info tap-info
tap-new tap-new
tc
test test
tests tests
typecheck typecheck