MAIN can't actually take IO arguments
This commit is contained in:
parent
4093b1ceda
commit
4242dfe096
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ unit sub MAIN(
|
||||||
Bool :n(:$dry-run) = False,
|
Bool :n(:$dry-run) = False,
|
||||||
Bool :v(:$verbose) = False,
|
Bool :v(:$verbose) = False,
|
||||||
#| out dir, default ./out
|
#| 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
|
#| defaults to all *.png & *.jpg files in the current dir
|
||||||
*@files,
|
*@files,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue