mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-02 11:41:50 +00:00
When using "bundle-info BUNDLE --dependencies", information regarding BUNDLE is presented to the user, this information includes the list of direct and indirect dependencies BUNDLE has. All direct includes that are optional (also-add) are marked as such, while there is no way to distiguish what indirect dependencies are optional with the provided information. This commit expands the information shown by the command so indirect dependencies that are optional are shown as such along with info about the status of that dependency. Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>