[FBT] Add the skeleton of 'todo' task

This commit is contained in:
Sameer Rahmani 2020-04-15 20:07:06 +01:00
parent 2054ab7de3
commit 6e3a872eb6
1 changed files with 5 additions and 0 deletions

5
fbt
View File

@ -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