mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
chore: update to std@2024.07.19
(#24715)
This commit is contained in:
parent
84b7504d0f
commit
5f44148e83
137 changed files with 1069 additions and 322 deletions
|
@ -1,7 +1,7 @@
|
|||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
||||
import { parse } from "@std/flags/mod.ts";
|
||||
import { parseArgs } from "@std/cli/parse-args";
|
||||
|
||||
const { port } = parse(Deno.args, {
|
||||
const { port } = parseArgs(Deno.args, {
|
||||
number: ["port"],
|
||||
default: {
|
||||
port: 6969,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue