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.