Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 .