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
112
112
113
113
### Example 1
114
114
115
- #### [ example-01.ini] ( examples/example-01.ini )
115
+ #### [ example-01.ini] [ 8 ]
116
116
``` ini
117
117
[BASH_VERSION]
118
118
opt-set bash
@@ -133,7 +133,7 @@ use LS_LIST_TIME_REVERSED
133
133
use LS_CUSTOM_TIME_STYLE
134
134
```
135
135
136
- #### [ example-01.py] ( examples/example-01.py )
136
+ #### [ example-01.py] [ 9 ]
137
137
138
138
``` python
139
139
# !/usr/bin/env python3
456
456
[ 5 ] : https://pypi.org/project/configparserenhanced/
457
457
[ 6 ] : https://www.cmake.org/
458
458
[ 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 1
1
[tool .poetry ]
2
2
name = " setprogramoptions"
3
3
description = " Program options configuration file reader using ConfigParserEnhanced."
4
- version = " 0.5.0a2 "
4
+ version = " 0.5.0a3 "
5
5
license = " LICENSE"
6
6
readme = " README.md"
7
7
keywords = [
You can’t perform that action at this time.
0 commit comments