[][src]Crate auto_args

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

Modules

guide

A user's guide for auto_args.

Enums

Error

A list of possible errors.

Traits

AutoArgs

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