Crate auto_args[][src]

Expand description

This crate enables you to create a command-line interface by defining a struct to hold your options.

Modules

A user’s guide for auto_args.

Enums

A list of possible errors.

Traits

The primary trait, which is implemented by any type which may be part of your command-line flags.