Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/repejota/subcmd
A Python module that implements subcommands CLI pattern.
https://github.com/repejota/subcmd
Last synced: about 4 hours ago
JSON representation
A Python module that implements subcommands CLI pattern.
- Host: GitHub
- URL: https://github.com/repejota/subcmd
- Owner: repejota
- License: other
- Created: 2012-04-21T14:19:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T19:00:22.000Z (almost 9 years ago)
- Last Synced: 2024-11-04T20:06:21.872Z (13 days ago)
- Language: Python
- Size: 139 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# subcmd
subcmd is an implementation of subcommands pattern in Python, provides help to
build tools that follows this CLI interface:[global options] [arguments]
Learn more .