mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
show text
This commit is contained in:
parent
91532085c7
commit
55bd83576a
2 changed files with 3 additions and 0 deletions
1
main.go
1
main.go
|
@ -85,6 +85,7 @@ func main() {
|
|||
cr.Stdout = c.GlobalBool("stdout")
|
||||
cr.LocalOnly = c.GlobalBool("local")
|
||||
cr.NoLocal = c.GlobalBool("no-local")
|
||||
cr.ShowText = true
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue