diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-09-23 04:34:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-23 04:34:47 +0700 |
commit | 696a57bd4379a239425a2893622fbbf229c7bf76 (patch) | |
tree | f2a8007b58e4c2423af4fe0bb2f8113f88a6ec9d /python/click-default-group/README | |
parent | 8cb5c071e32cb8963a585e708eff02bfeaeaede0 (diff) |
python/click-default-group: Added (click extends).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/click-default-group/README')
-rw-r--r-- | python/click-default-group/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/click-default-group/README b/python/click-default-group/README new file mode 100644 index 000000000000..1a3265603582 --- /dev/null +++ b/python/click-default-group/README @@ -0,0 +1 @@ +Extends click.Group to invoke a command without explicit subcommand name. |