chore: update to std@2024.07.19 (#24715)

This commit is contained in:
Asher Gomez 2024-07-25 15:30:28 +10:00 committed by GitHub
parent 84b7504d0f
commit 5f44148e83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
137 changed files with 1069 additions and 322 deletions

View file

@ -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,