Commit 09513bc
committed
feat: add read accessors to PackageQueryArgs
Add `is_recursive()`, `is_workspace_root()`, and `filter()` accessor
methods so downstream consumers can inspect the parsed flags before
calling `into_package_query()`. This is needed for vp exec to determine
workspace mode and root-exclusion logic without accessing private fields.1 parent f013ff7 commit 09513bc
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
248 | 263 | | |
249 | 264 | | |
250 | 265 | | |
| |||
0 commit comments