Преглед изворни кода

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()}.

Loading…
Откажи
Сачувај