diff --git a/comp/standard_test.go b/comp/standard_test.go index efa7483..a421741 100644 --- a/comp/standard_test.go +++ b/comp/standard_test.go @@ -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" ) diff --git a/help/help.go b/help/help.go index 25b99b5..6fcf7a2 100644 --- a/help/help.go +++ b/help/help.go @@ -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