Journey in Rust: Expanding Our ChatGPT API Command Line Tool - Part 4
In this part, we will be focusing on adding more options for our command line arguments as well as refactoring the code to make it look a lot better and readable.
Let's get started! π
Step 1: Introducing subcommands
We'll begin by refactoring the Ar...
ipriyam26.hashnode.dev7 min read