Module configy.backend.arguments
Backend to look up configuration values in command-line arguments
This backend implements a convention to read values for configuration
entries using a command-line convention. The default usage in Configy is
to provide them via -O
, e.g. -O foo
. For a different
convention, one may extend this backend to their own needs.
Structs
Name | Description |
---|---|
ArgumentBackend
|
This struct simply acts as a namespace to simplify importing multiple backends |