aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/program.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/program.lux')
-rw-r--r--stdlib/source/library/lux/program.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/program.lux b/stdlib/source/library/lux/program.lux
index bd486796b..51c22c701 100644
--- a/stdlib/source/library/lux/program.lux
+++ b/stdlib/source/library/lux/program.lux
@@ -73,7 +73,8 @@
[(~+ (|> args
(list\map (function (_ [binding parser])
(list binding parser)))
- list\join))]
+ list\join))
+ (~ g!_) (~! <cli>.end)]
((~' wrap) (~ initialization+event_loop))))
(~ g!args))
(#.Right (~ g!output))