Add command-chain

This commit is contained in:
rainu 2021-05-15 13:03:06 +02:00 committed by Avelino
parent d44bb3e644
commit 919b0c72c4

View File

@ -228,6 +228,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [cmd](https://github.com/posener/cmd) - Extends the standard `flag` package to support sub commands and more in idomatic way.
* [cmdr](https://github.com/hedzr/cmdr) - A POSIX/GNU style, getopt-like command-line UI Go library.
* [cobra](https://github.com/spf13/cobra) - Commander for modern Go CLI interactions.
* [command-chain](https://github.com/rainu/go-command-chain) - A go library for configure and run command chains - such like pipelining in unix shells.
* [commandeer](https://github.com/jaffee/commandeer) - Dev-friendly CLI apps: sets up flags, defaults, and usage based on struct fields and tags.
* [complete](https://github.com/posener/complete) - Write bash completions in Go + Go command bash completion.
* [Dnote](https://github.com/dnote/dnote) - A simple command line notebook with multi-device sync.