Remove 'TODO' text
This commit is contained in:
parent
3ff831b7c4
commit
da3684ca60
1 changed files with 1 additions and 3 deletions
|
|
@ -17,9 +17,7 @@
|
|||
slug (utils/prompt-for "slug")
|
||||
tags (utils/prompt-for-many "tags")
|
||||
markdown (utils/prompt-for-long-form "markdown")]
|
||||
;; (utils/print "Please enter a title:")
|
||||
;; (println "Please enter a title:")
|
||||
(println (format "TODO: create post with title: %s and slug %s" title slug))
|
||||
(println (format "Created post with title: %s and slug %s" title slug))
|
||||
(println tags)
|
||||
(println markdown)
|
||||
(create-snippet {:title title :slug slug :markdown markdown :tags tags})))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue