diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-04-21 17:34:18 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-21 11:34:18 -0400 |
commit | cd19da62d9efe37566fdeff16e37ed066edd3e3a (patch) | |
tree | cefe352b922bf50395c16b525ea6276d2dfdfd49 /tests | |
parent | c08075053f16e8c799c2132373a2deb6e896a9e9 (diff) |
Refactor CLI entry point (#2157)
Changes "deno --types" to "deno types"
and "deno --prefetch" to "deno prefetch"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/types.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/types.test b/tests/types.test index e70ed5503..3fd4e6fe7 100644 --- a/tests/types.test +++ b/tests/types.test @@ -1,2 +1,2 @@ -args: --types +args: types output: tests/types.out |