diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-11-03 17:38:11 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-11-03 17:38:11 -0600 |
commit | 08067639ad17ad00f0aa2c6b8bf30b588c04294d (patch) | |
tree | 0ccbb3bca5aa1b08a55768e009765e86b3597a79 | |
parent | f73e7b048b1d7ed6b8c67636a583aa9d7075c476 (diff) |
update readme list of commands
-rw-r--r-- | README.md | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -24,6 +24,7 @@ This is an experimental branch. |----------- |------------ | | compile | Build project | | clean | Remove project apps beam files | +| ct | Run Common Test suites | | do | Higher-order provider to run multiple tasks in sequence | | help | Print help for rebar or task | | new | Create new rebar project from templates | @@ -40,12 +41,6 @@ The following commands are still in the works. | Command | Description | |----------- |------------ | | eunit | | -| ct | | - -### Missing - -* Pre and post hooks -* Compilers besides erlc ### Changes |