diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-01-31 00:42:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 18:42:39 -0500 |
commit | de5c099b47bd1d2e528f1a10179f130a02f26f86 (patch) | |
tree | 8e3243e64aa6e9b87c690020eade17dfc56d6315 /std/examples/catj.ts | |
parent | 25b13c8917061c569e8f92da124b1b446dc223f0 (diff) |
feat: deno install in Rust (#3806)
//std/installer couldn't be removed due to bug, but it's now deprecated.
Diffstat (limited to 'std/examples/catj.ts')
-rw-r--r-- | std/examples/catj.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/catj.ts b/std/examples/catj.ts index ef6fdb02f..7951eeeb0 100644 --- a/std/examples/catj.ts +++ b/std/examples/catj.ts @@ -4,7 +4,7 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // Install using `deno install` -// $ deno install catj https://deno.land/std/examples/catj.ts --allow-read +// $ deno install --allow-read catj https://deno.land/std/examples/catj.ts /* eslint-disable @typescript-eslint/no-use-before-define */ import { parse } from "../flags/mod.ts"; |