Closed lambdadelta34 closed 6 years ago
You're using Boot 2.8.0 or 2.8.1 and it has a bug (a regression) that broke repeated arguments. Downgrade to Boot 2.7.2 until a fix is released (see the Boot 2.8.2 roadmap https://github.com/boot-clj/boot/milestone/26 ).
Thank you, that was the case.
Looks like Boot 2.8.2 was just released with a fix for this!
Hi, i tried to run something like
boot -d boot/new new -t luminus(or app template) -n guestbook -a arg1
and no matter how i write arg1, with double/single quotes, without quotes, i keep getting type error for args option.Any ideas?