import * as args from "https://deno.land/x/args@2.1.0/types.ts";
Interfaces
Double dash variant of ArgvItem | |
Multiple flag variant of ArgvItem | |
Single flag variant of ArgvItem | |
Value variant of ArgvItem | |
I Err | Failure variant of Result |
Interface of a help item | |
Interface of a flag type | |
I Ok | Success variant of Result |
Basic interface of an error | |
Interface of a value type |
Type Aliases
Type of a classified argument | |
Type of result of a function that may fail |