diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-29 10:41:11 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-29 12:19:24 +0200 |
commit | da56f10971e0b6f32969b10e38ed043b2c99bb82 (patch) | |
tree | 7e1a95c55132367828a67c1febb7bcdc73951976 /po | |
parent | 9d3053819dfd834a1c29a03427c41d8524b8a7d5 (diff) | |
download | guix-da56f10971e0b6f32969b10e38ed043b2c99bb82.tar guix-da56f10971e0b6f32969b10e38ed043b2c99bb82.tar.gz |
guix package: Add 'guix search' alias.
* guix/scripts/search.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
couple of examples.
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 91de60efc7..ceee589b2e 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -44,6 +44,7 @@ guix/scripts/package.scm guix/scripts/install.scm guix/scripts/remove.scm guix/scripts/upgrade.scm +guix/scripts/search.scm guix/scripts/gc.scm guix/scripts/hash.scm guix/scripts/import.scm |