flatpak-builder icon indicating copy to clipboard operation
flatpak-builder copied to clipboard

apply_extra verbose flag passthrough

Open cbm755 opened this issue 5 years ago • 1 comments

I gather that the apply_extra script is supposed to be silent (b/c otherwise it messes up the terminal spinner updates).

But if I run flatpak install --user -v ..., it might be nice if that -v got passed onto the apply_extra script, which would then be free to modify its behaviour to output stuff (or ignore it of course).

cbm755 avatar May 19 '20 16:05 cbm755

It would probably be easier to e.g. set an environment variable instead.

On Tue, May 19, 2020, 11:50 AM Colin B. Macdonald [email protected] wrote:

I gather that the apply_extra script is supposed to be silent (b/c otherwise it messes up the terminal spinner updates).

But if I run flatpak install --user -v ..., it might be nice if that -v got passed onto the apply_extra script, which would then be free to modify its behaviour to output stuff (or ignore it of course).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/flatpak/flatpak-builder/issues/350, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAM4YSKXXIZGZUVY6S3MJ33RSK2EFANCNFSM4NFFQCMQ .

refi64 avatar May 21 '20 07:05 refi64