From fec391f6b9ff80baa7f5436ffca7b6b7ceb84fc2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 1 Apr 2025 17:59:03 +0200 Subject: [PATCH] adjust the README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15801e5..66ea259 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ +[![Discord](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&longCache=true&style=flat)](https://discord.gg/wQVJbvJ) +[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/uutils/uutils-args/blob/main/LICENSE) +[![dependency status](https://deps.rs/repo/github/uutils/uutils-args/status.svg)](https://deps.rs/repo/github/uutils/uutils-args) + +[![CodeCov](https://codecov.io/gh/uutils/uutils-args/branch/master/graph/badge.svg)](https://codecov.io/gh/uutils/uutils-args) +![MSRV](https://img.shields.io/badge/MSRV-1.85.0-brightgreen) + # uutils-args -Argument parsing for the [uutils coreutils](https://www.github.com/uutils/coreutils) project. +Argument parsing for the [uutils](https://www.github.com/uutils/) projects. It is designed to be flexible, while providing default -behaviour that aligns with GNU coreutils. +behaviour that aligns with GNU coreutils and other tools. ## Features