Updated How to debug le.sh (markdown)
parent
9e5f041f71
commit
2dd84794b1
|
@ -1,7 +1,14 @@
|
||||||
Defining a macro `DEBUG=1` can make `le.sh` output detailed debug info.
|
Use `--debug` parameter to output detailed debug info.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
```
|
```
|
||||||
DEBUG=1 le.sh issue /home/.............
|
le.sh --issue /home/............. --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
To output more detailed info:
|
||||||
|
|
||||||
|
```
|
||||||
|
le.sh --issue /home/............ --debug 2
|
||||||
```
|
```
|
Loading…
Reference in New Issue