Crate printr[][src]

Modules

app

This module is responsible for building the command line application and it’s associated interface.

Structs

Printr

The main struct that is responsible for generating the output string that will be displayed to the end user.

Enums

Color

The colors in which the output can be displayed in.

Format

The formats in which the output can be displayed in.

Functions

run

This function takes a printr object and runs it through all the associated methods so that all the arguments, flags and switches are accounted for.