[][src]Module quickmd::input

Input handling.

Currently, this only includes handling command-line options. Potentially the place to handle any other type of configuration and input to the application.

Structs

Options

Command-line options. Managed by StructOpt.

Enums

InputFile

The file used as input to the application. Could be an existing file path or STDIN.