Fix comp z dep and help bug

pull/66/head
rwxrob 3 years ago
parent 3c6232ee49
commit ece2df9002
No known key found for this signature in database
GPG Key ID: 2B9111F33082AE77

@ -6,8 +6,8 @@ package comp_test
import (
"fmt"
Z "github.com/rwxrob/bonzai"
"github.com/rwxrob/bonzai/comp"
Z "github.com/rwxrob/bonzai/z"
"github.com/rwxrob/fn/filt"
)

@ -78,7 +78,7 @@ func printIfHave(thing, name, value any) {
log.Printf("%v has no %v\n", to.String(thing), to.String(name))
return
}
Z.PrintMark(to.String(value))
Z.PrintEmph(to.String(value))
}
// ForTerminal converts the collective help documentation of the given

Loading…
Cancel
Save