Bladeren bron

update readme for 'as'

pull/56/head
Tristan Sloughter 10 jaren geleden
bovenliggende
commit
3998dfb049
2 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. +1
    -0
      README.md
  2. +2
    -2
      src/rebar_prv_as.erl

+ 1
- 0
README.md Bestand weergeven

@ -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 Bestand weergeven

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

Laden…
Annuleren
Opslaan