Skip to main content

Module args

Module args 

Source
Expand description

Type-safe argument building for commands.

This module provides a type-safe way to build command arguments, following the “Parse, don’t validate” philosophy.

Structs§

Arg
Represents a type-safe argument specification.
Args
A builder for type-safe command arguments.

Enums§

ArgType
Represents the type of an argument.