Janus Go参数解析库
Go 的参数解析库。(An argument parsing library for Go.)
Github stars Tracking Chart
Main metrics
- Overview
-
Name With Owner dmulholl/janus Primary Language Go Program language Go (Language Count: 1) Platform Linux, Mac, Windows License: The Unlicense - 所有者活动
-
Created At 2017-09-13 17:21:18 Pushed At 2022-01-29 11:01:57 Last Commit At 2022-01-29 11:00:58 Release Count 3 Last Release Name v2.1.0 (Posted on 2020-11-30 11:41:22) First Release Name 1.0.0 (Posted on 2018-04-23 11:36:21) - 用户参与
-
Stargazers Count 22 Watchers Count 2 Fork Count 1 Commits Count 49 Has Issues Enabled Issues Count 0 Issue Open Count 0 Pull Requests Count 0 Pull Requests Open Count 0 Pull Requests Close Count 0 - 项目设置
-
Has Wiki Enabled Is Archived Is Fork Is Locked Is Mirror Is Private
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.