diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-06-01 16:54:40 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-04 12:04:24 +0200 |
commit | 35c1edb20ad07250728d3bdcd0296bd0cedaf6bb (patch) | |
tree | 54e090e2a46f7f867f85df5d3a24ba8e862f54cd /po | |
parent | 8eb17cebc1027b5ae1c4047c704b92ad73b783fd (diff) | |
download | guix-35c1edb20ad07250728d3bdcd0296bd0cedaf6bb.tar guix-35c1edb20ad07250728d3bdcd0296bd0cedaf6bb.tar.gz |
guix home: Add 'edit' sub-command.
* guix/scripts/home/edit.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/scripts/home.scm (show-help): Add "edit".
(process-command): Handle it.
(guix-home): Add it.
* po/guix/POTFILES.in: Add 'guix/scripts/home/edit.scm'.
* doc/guix.texi (Invoking guix home): Document it.
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 5ad3c9f0a8..6b8bd92bb7 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -125,6 +125,7 @@ guix/scripts/archive.scm guix/scripts/build.scm guix/scripts/discover.scm guix/scripts/environment.scm +guix/scripts/home/edit.scm guix/scripts/home/import.scm guix/scripts/home.scm guix/scripts/time-machine.scm |