Janus Go参数解析库
Go 的参数解析库。(An argument parsing library for Go.)
Github星跟踪图
主要指标
- 概览
-
名称与所有者 dmulholl/janus 主编程语言 Go 编程语言 Go (语言数: 1) 平台 Linux, Mac, Windows 许可证 The Unlicense - 所有者活动
-
创建于 2017-09-13 17:21:18 推送于 2022-01-29 11:01:57 最后一次提交 2022-01-29 11:00:58 发布数 3 最新版本名称 v2.1.0 (发布于 2020-11-30 11:41:22) 第一版名称 1.0.0 (发布于 2018-04-23 11:36:21) - 用户参与
-
星数 22 关注者数 2 派生数 1 提交数 49 已启用问题? 问题数 0 打开的问题数 0 拉请求数 0 打开的拉请求数 0 关闭的拉请求数 0 - 项目设置
-
已启用Wiki? 已存档? 是复刻? 已锁定? 是镜像? 是私有?
Janus
Janus is a simple argument-parsing library designed for building elegant command-line interfaces.
Features
-
Long-form boolean flags with single-character shortcuts:
--flag
,-f
. -
Long-form string, integer, and floating-point options with
single-character shortcuts:--option <arg>
,-o <arg>
. -
Condensed short-form options:
-abc <arg> <arg>
. -
Automatic
--help
and--version
flags. -
Support for multivalued options.
-
Support for git-style command interfaces with arbitrarily-nested commands.