From 72d49c5a107efdd6a2900183939935f0f6d13d5b Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 30 Jul 2018 22:17:33 +0300 Subject: cmd to install code extension --- .cargo/config | 2 ++ 1 file changed, 2 insertions(+) (limited to '.cargo/config') diff --git a/.cargo/config b/.cargo/config index 7903b919c..0e9e0f387 100644 --- a/.cargo/config +++ b/.cargo/config @@ -1,5 +1,7 @@ [alias] gen-kinds = "run --package tools -- gen-kinds" gen-tests = "run --package tools -- gen-tests" +install-code = "run --package tools -- install-code" + render-test = "run --package cli -- render-test" parse = "run --package cli -- parse" -- cgit v1.2.3