pub fn tasker_run(config: &Config, args: &Cli, todo: Todo) -> Result<()>
Expand description

Function that runs the entire program. It pattern matches agains the command option and performs the appropiate function for each subcommand.