Manfred Wallner
Manfred Wallner
Hi @brian6932 , just for clarification: do you want this feature to work on local/installed packages only or also for remote packages on a package repository?
should be doable, I think a feature flag in "list" is probably the way to go. (thinking `-deptree` or `-show-deps`)
just realized: "choco list" lists _all_ packages currently installed, therefore a 'pactree'-style implementation would also create the "full tree" of all packages - what is your requirement here? / if...
Starting with roco 0.9.1, you now can pass `--dependency-tree` to the `roco list` command - either with an additional package filter or without. Let me know if that's what you...