Alex Kost <alez...@gmail.com> skribis: > From 6d82f6384902e7de837a4dbfc86c524dbfd9145a Mon Sep 17 00:00:00 2001 > From: Alex Kost <alez...@gmail.com> > Date: Thu, 22 Oct 2015 10:51:17 +0300 > Subject: [PATCH] refresh: Add '--list-updaters' option. > > * guix/scripts/refresh.scm (list-updaters-and-exit): New procedure. > (%options, show-help): Add '--list-updaters' option. > * doc/guix.texi (Invoking guix refresh): Document it.
[...] > +@item --list-updaters > +@itemx -L > +List available updaters and exit. Maybe add: “(see @option{--type} below.)” OK to push with this change! To make it even more useful, I wonder if we should add a ‘description’ field to updaters. The best way to do that would probably be by definition <upstream-updater> with ‘define-record-type*’ (because ‘description’ is a known keyword for xgettext, as per po/guix/Makevars.) WDYT? Ludo’.