From cd19da62d9efe37566fdeff16e37ed066edd3e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 21 Apr 2019 17:34:18 +0200 Subject: Refactor CLI entry point (#2157) Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch" --- tools/docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/docs.py') diff --git a/tools/docs.py b/tools/docs.py index bbc06877c..8daac46de 100755 --- a/tools/docs.py +++ b/tools/docs.py @@ -11,7 +11,7 @@ os.chdir(root_path) # Builds into target/doc run(["cargo", "doc", "--all", "--no-deps", "-vv"]) -# 'deno --types' is stored in target/debug/gen/cli/lib/lib.deno_runtime.d.ts +# 'deno types' is stored in target/debug/gen/cli/lib/lib.deno_runtime.d.ts # We want to run typedoc on that declaration file only. os.chdir(os.path.join(target_path, "debug/gen/cli/lib/")) -- cgit v1.2.3