fn print_help()

in xtask/src/main.rs [25:32]


fn print_help() {
    eprintln!(
        "Tasks:

release         runs 'cargo release' after preparing the source directory
"
    )
}