We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7199fd commit fe63894Copy full SHA for fe63894
docs/usage.md
@@ -175,8 +175,8 @@ The library extractor currently just has one section for "mpi"
175
⭐️ Running extract...
176
--Result for library
177
-- Section mpi
178
- mpi.variant: mpich
179
- mpi.version: 4.1.1
+ variant: mpich
+ version: 4.1.1
180
Extraction has run!
181
```
182
@@ -198,8 +198,8 @@ cat test-library.json
198
"library": {
199
"sections": {
200
"mpi": {
201
- "mpi.variant": "mpich",
202
- "mpi.version": "4.1.1"
+ "variant": "mpich",
+ "version": "4.1.1"
203
}
204
205
0 commit comments