This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ SetProgramOptions Examples
112112
113113### Example 1
114114
115- #### [ example-01.ini] ( examples/example-01.ini )
115+ #### [ example-01.ini] [ 8 ]
116116``` ini
117117[BASH_VERSION]
118118opt-set bash
@@ -133,7 +133,7 @@ use LS_LIST_TIME_REVERSED
133133use LS_CUSTOM_TIME_STYLE
134134```
135135
136- #### [ example-01.py] ( examples/example-01.py )
136+ #### [ example-01.py] [ 9 ]
137137
138138``` python
139139# !/usr/bin/env python3
456456[ 5 ] : https://pypi.org/project/configparserenhanced/
457457[ 6 ] : https://www.cmake.org/
458458[ 7 ] : https://configparserenhanced.readthedocs.io/
459+ [ 8 ] : https://github.com/sandialabs/SetProgramOptions/blob/master/examples/example-01.ini
460+ [ 9 ] : https://github.com/sandialabs/SetProgramOptions/blob/master/examples/example-01.py
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " setprogramoptions"
33description = " Program options configuration file reader using ConfigParserEnhanced."
4- version = " 0.5.0a2 "
4+ version = " 0.5.0a3 "
55license = " LICENSE"
66readme = " README.md"
77keywords = [
You can’t perform that action at this time.
0 commit comments