From f0c8e518a8ec1e7adc667c82bff802600f5db6ba Mon Sep 17 00:00:00 2001 From: Jon Webb Date: Tue, 8 Oct 2024 23:52:08 -0400 Subject: [PATCH 1/2] Add github.com/jon-codes/getopt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 191ff49f116..7bb56aa319e 100644 --- a/README.md +++ b/README.md @@ -432,6 +432,7 @@ _Libraries for building standard or basic Command Line applications._ - [flag](https://github.com/cosiner/flag) - Simple but powerful command line option parsing library for Go supporting subcommand. - [flaggy](https://github.com/integrii/flaggy) - A robust and idiomatic flags package with excellent subcommand support. - [flagvar](https://github.com/sgreben/flagvar) - A collection of flag argument types for Go's standard `flag` package. +- [getopt](https://github.com/jon-codes/getopt) - An accurate Go `getopt`, validated against the GNU libc implementation. - [go-andotp](https://github.com/grijul/go-andotp) - A CLI program to encrypt/decrypt [andOTP](https://github.com/andOTP/andOTP) files. Can be used as a library as well. - [go-arg](https://github.com/alexflint/go-arg) - Struct-based argument parsing in Go. - [go-commander](https://github.com/yitsushi/go-commander) - Go library to simplify CLI workflow. From 100e05207c2b3e3b28425d436c62d5942fa6a9d5 Mon Sep 17 00:00:00 2001 From: Jon Webb Date: Wed, 9 Oct 2024 00:16:14 -0400 Subject: [PATCH 2/2] prune neighbors not meeting quality standards --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 7bb56aa319e..5a5e83c5899 100644 --- a/README.md +++ b/README.md @@ -429,13 +429,10 @@ _Libraries for building standard or basic Command Line applications._ - [Dnote](https://github.com/dnote/dnote) - A simple command line notebook with multi-device sync. - [elvish](https://github.com/elves/elvish) - An expressive programming language and a versatile interactive shell. - [env](https://github.com/codingconcepts/env) - Tag-based environment configuration for structs. -- [flag](https://github.com/cosiner/flag) - Simple but powerful command line option parsing library for Go supporting subcommand. - [flaggy](https://github.com/integrii/flaggy) - A robust and idiomatic flags package with excellent subcommand support. - [flagvar](https://github.com/sgreben/flagvar) - A collection of flag argument types for Go's standard `flag` package. - [getopt](https://github.com/jon-codes/getopt) - An accurate Go `getopt`, validated against the GNU libc implementation. -- [go-andotp](https://github.com/grijul/go-andotp) - A CLI program to encrypt/decrypt [andOTP](https://github.com/andOTP/andOTP) files. Can be used as a library as well. - [go-arg](https://github.com/alexflint/go-arg) - Struct-based argument parsing in Go. -- [go-commander](https://github.com/yitsushi/go-commander) - Go library to simplify CLI workflow. - [go-flags](https://github.com/jessevdk/go-flags) - go command line option parser. - [go-getoptions](https://github.com/DavidGamba/go-getoptions) - Go option parser inspired by the flexibility of Perl’s GetOpt::Long. - [gocmd](https://github.com/devfacet/gocmd) - Go library for building command line applications.