Commit 547fc1e
committed
bin: add the parameter disabling HTTP bootstrapping
Particularly useful together with locally stored metadata.
I am not sure how to get rid of the need to need to provide URL
when I just want to let pyodata parse locally stored metadata.
The newly introduced option will allow me to run pyodata with
dummy URL because no request HTTP request will be send.
If you find a better User Experience, feel free to rework it.
Usage:
pyodata DUMMY_FAKE_URL --no-session-init --metdata ./metadata.xml1 parent 9fec3f2 commit 547fc1e
1 file changed
+13
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
107 | 113 | | |
108 | 114 | | |
109 | 115 | | |
| |||
0 commit comments