babashka / neil

A CLI to add common aliases and features to deps.edn-based projects
MIT License
377 stars 27 forks source link

add-alias-str: fix docstring #226

Closed teodorlu closed 5 months ago

teodorlu commented 5 months ago

Please answer the following questions and leave the below in as part of your PR.


In #221, I changed add-alias-strs signature to work on Clojure maps instead of strings. In that PR, I forgot to change the docstring. This PR changes the docstring.