From b9cb492f49b03a9cb4c4c4afb754ba9d4577a45e Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sat, 30 Jan 2016 20:13:03 +0100 Subject: Add TODO's --- add_extbase_property.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/add_extbase_property.sh b/add_extbase_property.sh index 8701c8b..07c614d 100755 --- a/add_extbase_property.sh +++ b/add_extbase_property.sh @@ -2,6 +2,8 @@ # TODO: fail if the current directon is not under version control # TODO: fail if there are uncommitted changes +# TODO: @required support +# TODO: add relation with optional @lazy support model=$1 property=$2 -- cgit