From f00f1c0c3db9cf0a9b4715d06ade8ac6b416a00e Mon Sep 17 00:00:00 2001 From: Florian Hanke Date: Fri, 22 Oct 2010 00:36:53 +0200 Subject: [PATCH] + TODO blabbing --- server/prototype_project/Rakefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/server/prototype_project/Rakefile b/server/prototype_project/Rakefile index f0eb1766..9ccfb6ca 100644 --- a/server/prototype_project/Rakefile +++ b/server/prototype_project/Rakefile @@ -1,7 +1,11 @@ require 'picky-tasks' -desc "Finds what needs to be done for you." +desc "Finds where Picky still needs input from you." task :todo do - system "grep -e 'TOx*DO.*' -n --color=always -R *" + if system "grep -e 'TOx*DO.*' -n --color=always -R *" + puts "Picky needs a bit of input from you there. Thanks." + else + puts "Picky seems to be fine (no TO#{}DOs found)." + end end task :default => :todo \ No newline at end of file