add jxsksis/mcli (#4429)

Change-Id: I11acc3ada7b02d6766b9b1d8b18a32a80cdd9e4b

Co-authored-by: wangshuai.backend <wangshuai.backend@bytedance.com>
This commit is contained in:
Shawn Wang 2022-09-17 21:16:53 +08:00 committed by GitHub
parent 6d4f6692d7
commit f7edf0974c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -415,6 +415,7 @@ _Libraries for building standard or basic Command Line applications._
- [job](https://github.com/liujianping/job) - JOB, make your short-term command as a long-term job.
- [kingpin](https://github.com/alecthomas/kingpin) - Command line and flag parser supporting sub commands (superseded by `kong`; see below).
- [liner](https://github.com/peterh/liner) - Go readline-like library for command-line interfaces.
- [mcli](https://github.com/jxskiss/mcli) - A minimal but very powerful cli library for Go.
- [mitchellh/cli](https://github.com/mitchellh/cli) - Go library for implementing command-line interfaces.
- [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.