Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fare committed Oct 28, 2023
1 parent 9000a9d commit 5b90a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/std/cli/getopt.ss
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
help: (help #f)
exit-on-error: (exit? (exit-on-error?))
. gopts)
(def (parse! gopt return)
(def (parse! gopt)
(try
(getopt-parse gopt args)
(catch (e)
Expand Down

0 comments on commit 5b90a98

Please sign in to comment.