blob: a5f332bed240115745702bc2299e563590cb8dde (
plain) (
blame)
1
2
3
4
5
6
7
|
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.
|