diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-09-13 16:07:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-09-16 17:47:46 +0200 |
commit | 0649321d91406bb5c19419fac931c202867d7416 (patch) | |
tree | d791205cb7ba9f021ad76c2fe3e18827749a9b6c /guix/ui.scm | |
parent | 0c0c1b21d959a9761a247309428c64a92c599fb3 (diff) | |
download | gnu-guix-0649321d91406bb5c19419fac931c202867d7416.tar gnu-guix-0649321d91406bb5c19419fac931c202867d7416.tar.gz |
guix system: Add 'search' command.
* guix/scripts/system.scm (resolve-subcommand): New procedure.
(process-command): Handle 'search'.
(guix-system): Likewise.
(show-help): Augment.
* guix/scripts/system/search.scm: New file.
* po/guix/POTFILES.in: Add it.
* Makefile.am (MODULES): Add it.
* guix/ui.scm (%text-width): Export.
* doc/guix.texi (Invoking guix system): Document it.
(Service Types and Services): Mention 'guix system search'.
* tests/guix-system.sh: Test it.
Diffstat (limited to 'guix/ui.scm')
-rw-r--r-- | guix/ui.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/ui.scm b/guix/ui.scm index a51877c04d..6dfc8c7a5b 100644 --- a/guix/ui.scm +++ b/guix/ui.scm @@ -79,6 +79,7 @@ read/eval-package-expression location->string fill-paragraph + %text-width texi->plain-text package-description-string package-synopsis-string |