nixin72 / from-template

Raco tool for cloning templates from the racket-templates org
MIT License
8 stars 4 forks source link

raco new --list fails silently #19

Closed spdegabrielle closed 2 years ago

spdegabrielle commented 2 years ago

raco new --list fails silently

% raco new                      
% ls
% raco new -list
% raco new      
% raco new -h
qi % 
nixin72 commented 2 years ago

Thanks for making an issue for this, I've fixed it - I was unaware that I needed to tell the info.rkt to use a specific module for it to run the main.

spdegabrielle commented 2 years ago

Thank you. I was madly scrabbling through main.rkt thinking this all looks fine!