import * as dxx from "https://deno.land/x/dxx@rf/src/lib/xArgs.ts";
Functions
f args | Parse (if needed) and 'shell'-expand argument text string(s). |
Parse (if needed) and 'shell'-expand argument text string(s). | |
Incrementally parse and 'shell'-expand argument text; returning a lazy iterator of ArgIncrementAsync. | |
Incrementally parse and 'shell'-expand argument text; returning a lazy iterator of ArgIncrementSync's. | |
Incrementally parse and 'shell'-expand argument text; returning a lazy iterator of ArgIncrementSync's. | |
Parse (if needed) and 'shell'-expand argument string(s). | |
Brace expand a string argument. | |
parse glob into a non-glob prefix and glob stem portion | |
'shell'-expand argument string(s). | |
'shell'-expand argument string(s). | |
'shell'-expand argument string(s) | |
Type Aliases
A glob pattern, in string form, meant to be fed to globbing functions. -branded* to mimic a nominal type (and for better Intellisense handling). | |
A regular expression pattern, in string form, meant to be fed to |