Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/deps.ts>flags

Export your battles from SplatNet to https://stat.ink
Go to Latest
namespace flags
import { flags } from "https://deno.land/x/s3si@ci/deps.ts";

Command line arguments parser based on minimist.

This module is browser compatible.

Functions

Take a set of command line arguments, optionally with a set of options, and return an object representing the flags found in the passed arguments.

Interfaces

The options for the parse call.

Type Aliases

The value returned from parse.