diff options
| author | Alex Kost <alezost@gmail.com> | 2017-03-13 17:39:12 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2017-03-13 17:39:12 +0300 |
| commit | 446f3ef120d6fce3da1f991de220a4f7bde3555c (patch) | |
| tree | f4a2f275692198c3a8e69f54270bc71dbe69bb12 | |
| parent | elisp/ui-license: Use 'cons' instead of 'cl-list*' (diff) | |
| download | guix-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.el | 2 |
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")) |
