OIT (Olly's git) banner

OIT (Olly's git)

1 devlog
33m 7s

To learn rust I am making a version control system.

Olly

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.

Attachment
0