#1064207 ITP: golang-sourcehut-rjarry-go-opt -- Parse command line arguments based on tag annotations on struct fields (library)

#1064207#5
Date:
2024-02-18 13:55:02 UTC
From:
To:
* Package name    : golang-sourcehut-rjarry-go-opt
  Version         : 1.4.0
  Upstream Contact: Robin Jarry
* URL             : https://git.sr.ht/~rjarry/go-opt
* License         : Expat
  Programming Lang: Go
  Description     : Parse command line arguments based on tag annotations on struct fields (library)

 This is a library to parse command line arguments based on tag
 annotations on struct fields. It came as a spin-off from aerc to deal
 with its internal commands.
 .
 This project is a scaled down version of https://github.com/alexflint/go-
 arg with different usage patterns in mind: command parsing and argument
 completion for internal application commands.