mirror of
ssh://devgit.janware.com/janware/proj/jw-python
synced 2026-06-18 01:16:38 +02:00
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 82c0e6fe2e | |||
| 1ffdb8728a |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 82c0e6fe2e |
jwutils.Options: Add support for duplicate keys
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 1ffdb8728a |
Add class Options
The Options constructor takes an options string, parses it and makes the options available via __getitem__(). Signed-off-by: Jan Lindemann <jan@janware.com> |