guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Improve the output of `guix refresh -l`


From: Maxime Devos
Subject: Re: Improve the output of `guix refresh -l`
Date: Thu, 17 Mar 2022 16:28:45 +0100
User-agent: Evolution 3.38.3-1

Zhu Zihao schreef op do 17-03-2022 om 18:22 [+0800]:
> for example, run `guix refresh -l pango`, The terminal prints:
> 
> ```
> Building the following 2945 packages would ensure 7521 dependent
> packages are rebuilt: ......<long long package list>
> ```
> 
> The package list is too long to read, flood my terminal with package
> names. It will hide the actual rebuilt count, I have to pipe the
> output
> to less command to make sure I can see it.
> 
> What about add an option like `--detail` for `guix refresh -l`?

The short option '-l' is a shorthand for the long option
'--list-dependents'.  It seems to me that '--list-dependents' should
actually list the dependents, so I would not do that, otherwise the
option name would (by itself) not correspond to its behaviour anymore.

Maybe something like a '--count-dependents' option would be nice
though.

Greetings,
Maxime.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]