deno.land / std@0.166.0 / examples / flags.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
/** Example of using `std/flags` to log arguments to the console. * * @module */
import { parse } from "../flags/mod.ts";
if (import.meta.main) { console.dir(parse(Deno.args));}
std

Version Info

Tagged at
a year ago