File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -312,9 +312,9 @@ The JSON output has the following format:
312
312
]
313
313
}
314
314
],
315
- /* The root package of the workspace .
316
- This is null if this is a virtual workspace. Otherwise it is
317
- the Package ID of the root package.
315
+ /* The package in the current working directory (if --manifest-path is not given) .
316
+ This is null if there is a virtual workspace. Otherwise it is
317
+ the Package ID of the package.
318
318
*/
319
319
" root" : " file:///path/to/my-package#0.1.0" ,
320
320
},
@@ -359,7 +359,7 @@ possible value.
359
359
360
360
{{#option "`--filter-platform` _triple_" }}
361
361
This filters the `resolve` output to only include dependencies for the
362
- given [target triple](../appendix/glossary.html#target).
362
+ given [target triple](../appendix/glossary.html#target).
363
363
Without this flag, the resolve includes all targets.
364
364
365
365
Note that the dependencies listed in the "packages" array still includes all
Original file line number Diff line number Diff line change @@ -308,9 +308,9 @@ OUTPUT FORMAT
308
308
]
309
309
}
310
310
],
311
- /* The root package of the workspace .
312
- This is null if this is a virtual workspace. Otherwise it is
313
- the Package ID of the root package.
311
+ /* The package in the current working directory (if --manifest-path is not given) .
312
+ This is null if there is a virtual workspace. Otherwise it is
313
+ the Package ID of the package.
314
314
*/
315
315
"root": "file:///path/to/my-package#0.1.0",
316
316
},
Original file line number Diff line number Diff line change @@ -312,9 +312,9 @@ The JSON output has the following format:
312
312
]
313
313
}
314
314
],
315
- /* The root package of the workspace .
316
- This is null if this is a virtual workspace. Otherwise it is
317
- the Package ID of the root package.
315
+ /* The package in the current working directory (if --manifest-path is not given) .
316
+ This is null if there is a virtual workspace. Otherwise it is
317
+ the Package ID of the package.
318
318
*/
319
319
" root" : " file:///path/to/my-package#0.1.0" ,
320
320
},
Original file line number Diff line number Diff line change @@ -314,9 +314,9 @@ The JSON output has the following format:
314
314
]
315
315
}
316
316
],
317
- /* The root package of the workspace .
318
- This is null if this is a virtual workspace. Otherwise it is
319
- the Package ID of the root package.
317
+ /* The package in the current working directory (if \-\- manifest \- path is not given) .
318
+ This is null if there is a virtual workspace. Otherwise it is
319
+ the Package ID of the package.
320
320
*/
321
321
"root": "file:///path/to/my\- package#0.1.0",
322
322
},
You can’t perform that action at this time.
0 commit comments