# HG changeset patch # User Wimpie Nortje # Date 1619519022 -7200 # Node ID 7db1d39f4279e20ccb852b20ea28c715686b87e5 # Parent d914d5aad7dc173c6c3ecd047bbb37d8b295cc97 Pass missing arguments parameter. diff -r d914d5aad7dc -r 7db1d39f4279 src/main.lisp --- 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))))