borkdude / quickblog

Light-weight static blog engine for Clojure and babashka
https://blog.michielborkent.nl/
MIT License
165 stars 28 forks source link

Cannot create a blog post without tags #50

Closed formsandlines closed 1 year ago

formsandlines commented 1 year ago

When I try to create a new blog post using the example mentioned in the “Quickstart” section of the README bb quickblog new --file "test.md" --title "Test", I get an error Missing required argument --tags. When I just add --tags without an argument, it automatically creates a tag true which is added to my blog post.

I used quickblog with the SHA of the latest commit, which is d17149f9dc5ed6ec2d366759f4190ec78f6ca337.

borkdude commented 1 year ago

Should work now