me
/
guix
Archived
1
0
Fork 0

emacs: Add "Packages" option for 'guix challenge' popup.

* emacs/guix-command.el (guix-command-rest-argument): Add "challenge".
master
Alex Kost 2015-10-20 16:43:49 +03:00
parent 402d73bc75
commit e1d3318634
1 changed files with 3 additions and 2 deletions

View File

@ -364,8 +364,9 @@ to be modified."
:name "-- " :char ?= :option? t args))) :name "-- " :char ?= :option? t args)))
(let ((command (car commands))) (let ((command (car commands)))
(cond (cond
((member command '("archive" "build" "graph" "edit" ((member command
"environment" "lint" "refresh")) '("archive" "build" "challenge" "edit" "environment"
"graph" "lint" "refresh"))
(argument :doc "Packages" :fun 'guix-read-package-names-string)) (argument :doc "Packages" :fun 'guix-read-package-names-string))
((string= command "download") ((string= command "download")
(argument :doc "URL")) (argument :doc "URL"))