Hi Ludo,
On Mon, 11 May 2020 at 22:25, Ludovic Courtès <ludo@gnu.org> wrote:
Toggle quote (2 lines)
> Yay, applied!
Thank you!
Toggle quote (7 lines)
> > It is already how '--search' works and has been extended to '--show'. Does it> > need to be documented in the manua?>> Weirdness. I think we should improve all that rather than document it,> addressing also some of the issues raised in> <https://issues.guix.gnu.org/issue/40549>.
Expected weirdness. :-)It is because of the use of 'assoc-ref' on 'opts' which returns thefirst match, so the first in the alist, so the last in thecommand-line. This behaviour is a feature. ;-)
Well, thanks for the reminder on #40549. Now I have a betterunderstanding (e.g., query vs action), I am going to revisit it.
Cheers,simon