I created the cargo project and consulted with ChatGPT as to how I could implement a CLI argument parsing, it gave me Clap, I read the documentation myself and implemented a hello world and began splitting each separate command into it’s own rust file for a nice code layout later down the line.
Log in to leave a comment