Skip to main content
Module

x/cargo_parcel/cargo/deps.ts

Server side rendering for Cargo applications
Go to Latest
import * as cargoParcel from "https://deno.land/x/cargo_parcel@0.1.55/cargo/deps.ts";

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.

Walks the file tree rooted at root, yielding each file or directory in the tree filtered according to the given options. The files are walked in lexical order, which makes the output deterministic but means that for very large directories walk() can be inefficient.