#969632 ITP: golang-github-galdor-cmdline -- A command line parser written in Go

#969632#5
Date:
2020-09-06 09:43:37 UTC
From:
To:
* Package name    : golang-github-galdor-cmdline
  Version         : 1.1.1-1
  Upstream Author : Nicolas Martyanoff
* URL             : https://github.com/galdor/go-cmdline
* License         : ISC
  Programming Lang: Go
  Description     : Command line parser written in Go

cmdline is a Go library to parse command line options (with optional default
values), arguments and subcommands.

The `examples` directory contains examples for the various features of
`cmdline`. You can run them with `go run`. Feel free to copy and use these
examples in your own application.

I intend to maintain this under the umbrella of the Go packaging team