From 86bcfadb774618defaa27bbb9361a93d288fb985 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 12 Jul 2021 22:51:25 -0400 Subject: A bit more clarity for Licentia licenses. --- licentia/source/program/licentia.lux | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'licentia/source/program/licentia.lux') diff --git a/licentia/source/program/licentia.lux b/licentia/source/program/licentia.lux index 44babb828..a3b30a5c2 100644 --- a/licentia/source/program/licentia.lux +++ b/licentia/source/program/licentia.lux @@ -42,7 +42,6 @@ ["#." output]]) (with_expansions [ "2022-04-01"] - (to_do "Replace _.work with _.covered_work or _.licensed_work") (to_do "Create a short notice to add as a comment to each file in the _.work")) (import: java/lang/String @@ -57,9 +56,11 @@ (format "Your license has been made!" text.new_line "Check the file " output ".")) -(program: [{input (.named "--input" .any)} - {output (parser.default ..default_output_file - (.named "--output" .any))}] +(program: [{input (<| (.named "--input") + .any)} + {output (<| (parser.default ..default_output_file) + (.named "--output") + .any)}] (do io.monad [?done (: (IO (Try Any)) (do (try.with io.monad) -- cgit v1.2.3