You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]"
0 commit comments