A task rebar3 grisp clean should be implemented that works in the following way:
- Called as is, it should delete
_build/grisp
_grisp
~/.cache/grisp/packages/*.temp
- Called with
--full it should also delete:
~/.cache/grisp
~/.cache/rebar3/plugins/rebar3_grisp
It should ask for confirmation for either each individual folder/file or for some logical groups of folders and files.