mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-18 03:37:33 +08:00
fix: remove garbled terminal output
This commit is contained in:
@@ -27,7 +27,7 @@ func agentCmd() {
|
||||
switch args[i] {
|
||||
case "--debug", "-d":
|
||||
logger.SetLevel(logger.DEBUG)
|
||||
fmt.Println("馃攳 Debug mode enabled")
|
||||
fmt.Println("Debug mode enabled")
|
||||
case "-m", "--message":
|
||||
if i+1 < len(args) {
|
||||
message = args[i+1]
|
||||
|
||||
Reference in New Issue
Block a user