MCPcopy Create free account
hub / github.com/denoland/std / parse_args_test.ts

File parse_args_test.ts

cli/parse_args_test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Copyright 2018-2026 the Deno authors. MIT license.
2import { assertEquals, assertThrows } from "@std/assert";
3import { type Args, parseArgs, type ParseOptions } from "./parse_args.ts";
4import { assertType, type IsExact } from "@std/testing/types";

Callers

nothing calls this directly

Calls 4

parseArgsFunction · 0.90
assertEqualsFunction · 0.90
assertTypeFunction · 0.90
assertThrowsFunction · 0.90

Tested by

no test coverage detected