summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2017-03-13 17:39:12 +0300
committerAlex Kost <alezost@gmail.com>2017-03-13 17:39:12 +0300
commit446f3ef120d6fce3da1f991de220a4f7bde3555c (patch)
treef4a2f275692198c3a8e69f54270bc71dbe69bb12
parentelisp/ui-license: Use 'cons' instead of 'cl-list*' (diff)
downloadguix-wigust-446f3ef120d6fce3da1f991de220a4f7bde3555c.tar.gz
elisp/command: Add "rest" argument for "guix copy"
This is a followup to commit ebcf5c26cdb29b6c16b92fee41ab672f1b0001c0. * elisp/guix-command.el (guix-command-rest-argument): Complete package names for "guix copy".
-rw-r--r--elisp/guix-command.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/guix-command.el b/elisp/guix-command.el
index c49bd84..5b6cfe2 100644
--- a/elisp/guix-command.el
+++ b/elisp/guix-command.el
@@ -397,7 +397,7 @@ to be modified."
(let ((command (car commands)))
(cond
((member command
- '("archive" "build" "challenge" "edit"
+ '("archive" "build" "challenge" "copy" "edit"
"graph" "lint" "refresh"))
(argument :doc "Packages" :fun 'guix-read-package-names-string))
((equal commands '("container" "exec"))