diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-04-18 14:54:56 -0500 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-04-18 14:54:56 -0500 |
commit | 032c0448ee115a25becef2586ca4642c9bad63e9 (patch) | |
tree | f294cdbdaebbe2ecc43e74d788cff1e23a1b8fe0 /src/rebar.app.src | |
parent | 4a057b68c92a7b1334471c109b2c1649c9f17e67 (diff) | |
parent | 326f8401233d6e7f9e7647d61007ddef6a745025 (diff) |
Merge pull request #345 from ferd/unlocks
Add support for an unlock command
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r-- | src/rebar.app.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src index 63cca9c..b404c42 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -49,6 +49,7 @@ rebar_prv_report, rebar_prv_shell, rebar_prv_tar, + rebar_prv_unlock, rebar_prv_update, rebar_prv_upgrade, rebar_prv_version, |