X-Git-Url: https://njoseph.me/gitweb/babashka-scripts.git/blobdiff_plain/0df5525be671d19747f8cccb8291f84d8b2ee932..181e14e7660c23ce20208b18dab7e021e7251e54:/bb.edn diff --git a/bb.edn b/bb.edn index 350ba7e..f285ffa 100644 --- a/bb.edn +++ b/bb.edn @@ -1,6 +1,9 @@ {:paths ["scripts"] :tasks - {gup {:requires ([git :refer [git-pull-rebase-branch]]) + {test {:doc "Test whether the 'task' alias is working." + :task (println "Yes, it's working!")} + + gup {:requires ([git :refer [git-pull-rebase-branch]]) :doc "Do a git pull and rebase branch with master in a given directory." :task (git-pull-rebase-branch (get (into [] *command-line-args*) 0))}