guix package: Add 'guix show' alias.
authorzimoun <zimon.toutoune@gmail.com>
Thu, 19 Sep 2019 17:24:42 +0000 (19:24 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 21 Sep 2019 14:48:36 +0000 (16:48 +0200)
commitaeb51370da7c854e8167066df9b138e15d7363e6
treec16cf197f6680b90de1fc2da2ffcde2bdd6e1721
parentc1bbef6920b1eb7e212b5e11d0385d477a53fbfb
guix package: Add 'guix show' alias.

* guix/scripts/show.scm: New file.
* Makefile.am (MODULES): Add it.
* po/guix/POTFILES.in: Add it.
* tests/guix-package-aliases.sh: Add test.
* doc/guix.texi (Invoking guix package): Document it and use it in a example.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Makefile.am
doc/guix.texi
guix/scripts/show.scm [new file with mode: 0644]
po/guix/POTFILES.in
tests/guix-package-aliases.sh