grisp / rebar3_grisp

Rebar plug-in for GRiSP
https://www.grisp.org
Apache License 2.0
21 stars 10 forks source link

`rebar3 help` informations are not complete for the `package` task #77

Closed GwendalLaurent closed 1 month ago

GwendalLaurent commented 6 months ago

The informations displayed for the grisp plugin for the package task suggest that rebar3 grisp task should produce an output.

Output from rebar3 help for the GRISP plugin:

grisp <task>:
  build          Build a custom Erlang/OTP system for GRiSP
  deploy         Deploy a GRiSP release to a destination
  package        Pre-built package tasks
  report         Bug Report Utility
  version        Print version of plug-in

However, using rebar3 grisp task produce the following error: ===> package: unknown task: undefined

The correct command that needs to be used is rebar3 grisp task list