Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hex/src/cli/deps.ts

An ecosystem delivering practices, philosophy and portability.
Go to Latest
import * as hex from "https://deno.land/x/hex@0.5.15/src/cli/deps.ts";

Namespaces

Command line arguments parser based on minimist.

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.

Return the last portion of a path. Trailing directory separators are ignored.

Return the directory path of a path.

Return the extension of the path with leading period.

Generate a path from FormatInputPathObject object.

Converts a file URL to a path string.

Verifies whether provided path is absolute

Join all given a sequence of paths,then normalizes the resulting path.

Normalize the path, resolving '..' and '.' segments.

Return a ParsedPath object of the path.

Return the relative path from from to to based on current working directory.

Resolves pathSegments into an absolute path.

Converts a path string to a file URL.

Resolves path to a namespace path

Interfaces

The options for the parse call.

Type Aliases

The value returned from parse.