Alex Kost <[email protected]> skribis: > Ludovic Courtès (2017-07-25 12:26 +0200) wrote: > >> Hello Guix! >> >> Ricardo Wurmus <[email protected]> skribis: >> >>> Ricardo Wurmus <[email protected]> writes: >>> >>>>> Now if one could pass a manifest or a system configuration to “guix >>>>> weather” and it would show how many of the desired packages have >>>>> substitutes that would be even more useful. Looking at the concise code >>>>> it seems to be an almost trivial change. >>>> >>>> Attached is a patch against “weather.scm” that adds a “--manifest” >>>> option. >>> >>> And here’s the missing addition to the “usage” output: >> >> Awesome. >> >> I went ahead and pushed the new command as commit >> 585347d7aa3a2a23359b354a550f161d5102c517. > > Hi, I've noticed that "guix weather" provides "--manifest" long option > but not "-m" short option (as "guix package" does). Would it be better > to add "-m" for consistency with "guix package"?
It supports ‘-m’ but ‘--help’ was not showing it. Fixed now. Thanks, Ludo’.
