Add debug option to ./plugin script (or its help manual)
Open
enhancement
plugin manager
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
Currently, when debugging ./plugin install/uninstall issues, we can use the following (for example):
```
DEBUG=1 ./plugin uninstall plugin_name
```
It will be great to either expose this debugging as a parameter to the .plugin script, or simply document this in the --help of the plugin command.
Contributor guide
Assessment
This issue has not been assessed yet.