This is where the command line interface of punktf is located. In particular, main.rs with the entry point (fn main) for the executable.
main.rs
fn main
This crates holds all cli argument definitions together with helper functions.