From 6e3a872eb60fdcc08dfad0df2071dd349c84a0a6 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Wed, 15 Apr 2020 20:07:06 +0100 Subject: [PATCH] [FBT] Add the skeleton of 'todo' task --- fbt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fbt b/fbt index d3171a1..bf26ed6 100755 --- a/fbt +++ b/fbt @@ -63,6 +63,11 @@ The DIR should be relative to FG42_HOME." (compile "core")) +(defun todo (dir) + "Extract the TODO tags from the comments in the given DIR." + (message "TBD")) + + (defun print-help (command) "Print out a usage instructions and print out the invalid msg for COMMAND." (when command