remove non ascii whitespaces
This commit is contained in:
parent
598a10bc28
commit
5a6d6c4d13
117 changed files with 1928 additions and 1928 deletions
|
@ -4,8 +4,8 @@ This module prints statements during execution and can be useful for debugging v
|
|||
## Parameter
|
||||
| Parameter | Type | Default | Description |
|
||||
| ------------- | ------- | -------------- | -------------------------------------------------------------------------------------------------------- |
|
||||
| **msg** | string | "Hello world!" | The customized message that is printed. If omitted, prints a generic message. |
|
||||
| **var** | string | - | A variable name to debug. Mutually exclusive with the msg option. |
|
||||
| **msg** | string | "Hello world!" | The customized message that is printed. If omitted, prints a generic message. |
|
||||
| **var** | string | - | A variable name to debug. Mutually exclusive with the msg option. |
|
||||
| **verbosity** | integer | 0 | A number that controls when the debug is run, if you set to 3 it will only run debug when -vvv or above. |
|
||||
|
||||
## Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue