weather: Accept package specs on the command line.
authorLudovic Courtès <ludo@gnu.org>
Tue, 21 May 2019 20:58:19 +0000 (22:58 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 21 May 2019 22:09:42 +0000 (00:09 +0200)
commitb1903b99e0c5c654dc152f16c79b5a933d6a9435
tree0d62d0034d41ac8e7a9ad8c10627a1460def9ed6
parent4e941436c798593d3bb62cbff8ba9a6c22f75339
weather: Accept package specs on the command line.

Previously, non-option arguments would be ignored.  Now it puts them to
good use.

* guix/scripts/weather.scm (guix-weather)[package-list]: New procedure.
Use it.
* doc/guix.texi (Invoking guix weather): Adjust accordingly.
doc/guix.texi
guix/scripts/weather.scm