You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve handling of redundant output on stdout for commands that emit consumable information (#4118)
motvation: some CLI command emit consumable informaiton such as json. in those case we dont want to include any other information on stdout, so that it can be consumed by pipes
changes:
* for the following commands:
* swift package dump-package
* swift package dump-pif
* swift package describe
* swift package experimental-api-diff
* swift package show-dependencies
* swift test --list
* redirect stdout to stderr prior to calling other actions
* adjust result printing to always use stdout
* adjust tests
rdar://78612028
0 commit comments