mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 09:53:32 +01:00
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>
This commit is contained in:
parent
a52557570b
commit
1ffdb8728a
3 changed files with 162 additions and 0 deletions
5
test/parse-opts/Makefile
Normal file
5
test/parse-opts/Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
TOPDIR = ../..
|
||||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(JWBDIR)/make/py-run.mk
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue