Skip to content

context: move messages to stderr when stdout is reserved

Sertonix requested to merge sertonix/apk-tools:reserved-stdout into master

Commands like apk dot and apk fetch --stdout require that nothing else is printed to stdout such as progress and other messages when for example --no-cache is given. Move these messages to stderr instead.

Fixes #10993 (closed)

Edited by Sertonix

Merge request reports