diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-01-30 20:13:03 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-01-30 20:13:03 +0100 |
commit | b9cb492f49b03a9cb4c4c4afb754ba9d4577a45e (patch) | |
tree | f19b3f0a85b19c48ddeb9f2f3235171b2746c436 | |
parent | b8a9467f8da780bf6a83d3b6765187dbfc897086 (diff) | |
download | extbase-generator-cli-b9cb492f49b03a9cb4c4c4afb754ba9d4577a45e.tar.gz extbase-generator-cli-b9cb492f49b03a9cb4c4c4afb754ba9d4577a45e.tar.bz2 extbase-generator-cli-b9cb492f49b03a9cb4c4c4afb754ba9d4577a45e.zip |
Add TODO's
-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 |