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.