How to Use Enums in Rust CLI Applications with clap (Command & Option Mapping Guide)
Overview
While getting more comfortable with Rust, I decided to try writing a simple CLI.I looked for a library that could elegantly handle commands and found clap.This post is a quick note on how to map CLI commands and options to enums using clap.
...
ara-ta3.hashnode.dev3 min read