From 65903026a72a4599e098d64deca3173785474991 Mon Sep 17 00:00:00 2001 From: Kyllingene Date: Sun, 27 Oct 2024 09:07:43 -0700 Subject: [PATCH] Stop patting myself on the back --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47c9b81..5643179 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![license](https://img.shields.io/crates/l/sarge) ![version](https://img.shields.io/crates/v/sarge) -Sarge is a small, opinionated arguments parser. It uses clever techniques to +Sarge is a small, opinionated arguments parser. It tries to make parsing arguments as quick and painless as possible. It has zero dependencies, reducing cruft and therefore build times. Here are some differences with the industry standard, [clap](https://crates.io/crates/clap):