blob: 3332d302894bf4c5d7aac32782ffa642ca30fe27 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Path-and-address resolves ambiguities for command-line interface
applications with the following pattern:
$ your_app [<path>] [<address>]
The library applies the principal of least surprise to command-line
interfaces.
WWW: https://github.com/joeyespo/path-and-address
|