Skip to content

Commit 67b691b

Browse files
committed
Simplify pinning
1 parent 183087e commit 67b691b

File tree

3 files changed

+169
-73
lines changed

3 files changed

+169
-73
lines changed

koga

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
(list :extensions #'split-keywords
6565
:skip-sync #'split-keywords
6666
:jobs #'parse-integer
67+
:pin #'parse-integer
6768
:build-mode #'parse-keyword
6869
:build-path #'parse-namestring))
6970

@@ -140,6 +141,5 @@
140141
(cond (help "HELP")
141142
((getf initargs :archive) "ARCHIVE")
142143
((getf initargs :pin) "PIN")
143-
((getf initargs :unpin) "UNPIN")
144144
(t "SETUP"))
145145
initargs))

0 commit comments

Comments
 (0)