mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
'ros dist use' without prompt
This commit is contained in:
parent
4aae881a97
commit
7b99c8b93f
|
|
@ -10,6 +10,6 @@
|
|||
(alist (ql-dist:available-versions (ql-dist:dist name)))
|
||||
(found (cdr (assoc version alist :test 'equal))))
|
||||
(if found
|
||||
(ql-dist:install-dist found :replace t)
|
||||
(ql-dist:install-dist found :replace t :prompt nil)
|
||||
(format t "~A not found.~%" version)))
|
||||
(format t "usage: ros dist dist-name version~%")))
|
||||
(format t "usage: ros dist use dist-name version~%")))
|
||||
|
|
|
|||
Loading…
Reference in a new issue