1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
Original: 0f00676e8f
This commit is contained in:
Ryan Dahl 2019-05-06 17:07:43 -04:00 committed by GitHub
parent 02bd7e956e
commit 14afad59aa
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env deno --allow-run --allow-write --allow-read #!/usr/bin/env deno run --allow-run --allow-write --allow-read
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
const { exit, args, execPath } = Deno; const { exit, args, execPath } = Deno;
import { parse } from "./flags/mod.ts"; import { parse } from "./flags/mod.ts";

View file

@ -1,4 +1,4 @@
#!/usr/bin/env deno -A #!/usr/bin/env deno run -A
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import "./colors/test.ts"; import "./colors/test.ts";
import "./datetime/test.ts"; import "./datetime/test.ts";