This commit is contained in:
spiritlhl 2024-07-02 14:06:23 +00:00
parent 9488f3cec7
commit 90905a19eb
2 changed files with 8 additions and 3 deletions

View File

@ -54,7 +54,11 @@ backtrace
无环境依赖,理论上适配所有系统和主流架构,更多架构请查看 https://github.com/oneclickvirt/backtrace/releases/tag/output
```
Usage: backtrace [options]
-e Enable logging
-h Show help information
-s Disabe show ip info (default true)
-v Show version
```
## 卸载

View File

@ -1,4 +1,5 @@
package backtrace
const BackTraceVersion = "v0.0.4" // git tag v0.0.4
var EnableLoger bool
const BackTraceVersion = "v0.0.4"
var EnableLoger = false