Function pikadick::main

source ·
pub(crate) fn main() -> Result<()>
Expand description

The main entry.

Sets up the program and calls real_main. This allows more things to drop correctly. This also calls setup operations like loading config and setting up the tokio runtime, logging errors to the stderr instead of the loggers, which are not initialized yet.