From b82e39f3e11c9f1480a00f9151a5d8c13a5cf41a Mon Sep 17 00:00:00 2001 From: Nico Grashoff Date: Sat, 18 Jan 2025 17:31:45 +0100 Subject: [PATCH] Fix inconsistent formatting (#5567) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba7fd37e..70d70e7b 100644 --- a/README.md +++ b/README.md @@ -444,7 +444,7 @@ _Libraries for building standard or basic Command Line applications._ - [mow.cli](https://github.com/jawher/mow.cli) - Go library for building CLI applications with sophisticated flag and argument parsing and validation. - [ops](https://github.com/nanovms/ops) - Unikernel Builder/Orchestrator. - [pflag](https://github.com/spf13/pflag) - Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. -- [readline](https://github.com/reeflective/readline) Shell library with modern and easy to use UI features. +- [readline](https://github.com/reeflective/readline) - Shell library with modern and easy to use UI features. - [sand](https://github.com/Zaba505/sand) - Simple API for creating interpreters and so much more. - [sflags](https://github.com/octago/sflags) - Struct based flags generator for flag, urfave/cli, pflag, cobra, kingpin, and other libraries. - [strumt](https://github.com/antham/strumt) - Library to create prompt chain.