Module mhost::app[][src]

mhost command line app to query, discover and lint DNS.

Re-exports

pub use app_config::AppConfig;

Modules

app_config
cli_parser

This file is used by the build script. Therefore all functions generating the app command line parser must be included here. It would be nicer to move at least the subcommands to the corresponding modules, but then all logic, all crates etc. used there have to be available for the build script which makes it much more complex.

console
logging
modules
output
resolver
utils

Enums

ExitStatus

ExitStatus represents the exit states that will be return to the OS after termination