phoe / asd-generator

Automatic generator for ASDF's .asd files
GNU General Public License v3.0
18 stars 3 forks source link

added option -r : register-local-projects #10

Closed guicho271828 closed 6 years ago

phoe commented 6 years ago

What does -r do in this case? I can't see a use case for it just yet; why would you need to register local projects before generating an ASD file?

guicho271828 commented 6 years ago

because when you make a new asd file quicklisp does not always recognize it

phoe commented 6 years ago

Oooh. You first create a file, and then call ql:register-local-projects so Quicklisp instantly finds the new file. Clever, thank you!