From 4242dfe096b6132653e57201a064a47a3ceb7304 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Tue, 21 Nov 2023 23:21:15 +0100 Subject: [PATCH] MAIN can't actually take IO arguments --- bin/make-sizes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/make-sizes b/bin/make-sizes index 8facb57..0afa3d3 100755 --- a/bin/make-sizes +++ b/bin/make-sizes @@ -21,7 +21,7 @@ unit sub MAIN( Bool :n(:$dry-run) = False, Bool :v(:$verbose) = False, #| out dir, default ./out - IO :o(:$outdir) = 'out'.IO, + IO(Str) :o(:$outdir) = 'out'.IO, #| defaults to all *.png & *.jpg files in the current dir *@files, );