Преглед на файлове

update readme for 'as'

pull/56/head
Tristan Sloughter преди 10 години
родител
ревизия
3998dfb049
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. +1
    -0
      README.md
  2. +2
    -2
      src/rebar_prv_as.erl

+ 1
- 0
README.md Целия файл

@ -27,6 +27,7 @@ limit scope.
| Command | Description |
|----------- |------------ |
| as | Higher-order provider to run multiple tasks in sequence as certain profiles |
| compile | Build project |
| clean | Remove project apps beam files |
| ct | Run Common Test suites |

+ 2
- 2
src/rebar_prv_as.erl Целия файл

@ -25,9 +25,9 @@ init(State) ->
{bare, false},
{deps, ?DEPS},
{example, "rebar3 as <profile1>,<profile2>,... <task1>, <task2>, ..."},
{short_desc, "Higher order provider for running multiple tasks in a sequence as a certain profile."},
{short_desc, "Higher order provider for running multiple tasks in a sequence as a certain profiles."},
{desc, ""},
{opts, [{profile, undefined, undefined, string, "Profile to run as."}]}])),
{opts, [{profile, undefined, undefined, string, "Profiles to run as."}]}])),
{ok, State1}.
-spec do(rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}.

Зареждане…
Отказ
Запис