Janus Go参数解析库

Go 的参数解析库。(An argument parsing library for Go.)

  • 所有者: dmulholl/janus
  • 平台: Linux, Mac, Windows
  • 许可证: The Unlicense
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

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.