Pass missing arguments parameter.
author |
Wimpie Nortje <wimpie@selectiveshare.com> |
date |
Tue, 27 Apr 2021 12:23:42 +0200 |
parents |
d914d5aad7dc
|
children |
b992b29fd79a
|
branches/tags |
(none) |
files |
src/main.lisp |
Changes
--- a/src/main.lisp Sat Dec 12 18:40:40 2020 -0500
+++ b/src/main.lisp Tue Apr 27 12:23:42 2021 +0200
@@ -600,7 +600,7 @@
See the full documentation for more information.
"
- (handler-case (adopt:parse-options interface)
+ (handler-case (adopt:parse-options interface arguments)
(error (c) (adopt:print-error-and-exit c))))