Revision 56bc767a53415619cc99fbadd76abf2391f571fd
Committed on 07/09/2013 11:16 am by
Miguel <me@miguelos.me> [GitHub Diff]
Update 'rake post' to support category on command line
Updated comment.
Creating a post with multiple tags require no whitespaces between tags:
rake post title="A Title" [date="2012-02-09"] ... tags=[tag1,tag2]
or quotes:
rake post title="A Title" [date="2012-02-09"] ... tags="[tag1, tag2]"