Crate printr
Source - app
- This module is responsible for building the command line application and it’s
associated interface.
- Printr
- The main struct that is responsible for generating the output string that will be
displayed to the end user.
- Color
- The colors in which the output can be displayed in.
- Format
- The formats in which the output can be displayed in.
- 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.