Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
e4d11923
Commit
e4d11923
authored
May 23, 2020
by
Eric Timmons
Browse files
Add :asds keyword to client install
parent
44a29295
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/install.lisp
View file @
e4d11923
...
...
@@ -7,6 +7,7 @@
(
defun
install
(
&key
projects
systems
asds
version
ref
source
(
validate
'context-diff-approved-p
)
no-deps
...
...
@@ -42,6 +43,7 @@ source registry is updated with the results."
:no-resolve
,
no-resolve
)
`
(
install
:projects
',
(
ensure-list
projects
)
:systems
',
(
ensure-list
systems
)
:asds
',
(
mapcar
#'
merge-pathnames
(
ensure-list
asds
))
:no-deps-p
,
no-deps
:context
,
context
:save-context-p
t
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment