diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-01-31 21:30:06 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-01-31 21:30:06 +0100 |
commit | eedd0f5ae27e698513c03b0c8b2fc57b645bb817 (patch) | |
tree | 9e8f81f65d2f2e1b7459342bdaa2042b2ed57191 | |
parent | 33c3da3d19ceadeda013491acc98d9971a3a2fa1 (diff) | |
download | extbase-generator-cli-eedd0f5ae27e698513c03b0c8b2fc57b645bb817.tar.gz extbase-generator-cli-eedd0f5ae27e698513c03b0c8b2fc57b645bb817.tar.bz2 extbase-generator-cli-eedd0f5ae27e698513c03b0c8b2fc57b645bb817.zip |
Update TODO
-rwxr-xr-x | add_extbase_property.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/add_extbase_property.sh b/add_extbase_property.sh index 5f7aac4..bcbc293 100755 --- a/add_extbase_property.sh +++ b/add_extbase_property.sh @@ -2,7 +2,7 @@ # TODO: fail if the current directon is not under version control # TODO: fail if there are uncommitted changes -# TODO: @required support +# TODO: @validate NotEmpty support # TODO: add relation with optional @lazy support # TODO: search backwards for ext_emconf.php and cd to that directory and use it as extension name |