summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-01-30 20:13:03 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-01-30 20:13:03 +0100
commitb9cb492f49b03a9cb4c4c4afb754ba9d4577a45e (patch)
treef19b3f0a85b19c48ddeb9f2f3235171b2746c436
parentb8a9467f8da780bf6a83d3b6765187dbfc897086 (diff)
downloadextbase-generator-cli-b9cb492f49b03a9cb4c4c4afb754ba9d4577a45e.tar.gz
extbase-generator-cli-b9cb492f49b03a9cb4c4c4afb754ba9d4577a45e.tar.bz2
extbase-generator-cli-b9cb492f49b03a9cb4c4c4afb754ba9d4577a45e.zip
Add TODO's
-rwxr-xr-xadd_extbase_property.sh2
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