diff options
-rwxr-xr-x | add_extbase_property.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |