pub fn help() { let help = "Usage: crab [-d] command [args] Options: -v --version Get the current version of the package -h --help Generates the crab help message -d If your user is set to persist, dont save persistance"; println!("{}", help); }