wand/notes.txt

26 lines
661 B
Plaintext
Raw Normal View History

2025-08-26 05:01:56 +02:00
speed up wand exec with smarter caching
2025-08-26 03:21:35 +02:00
test starting from the most referenced file to the least referenced one
run only the related test when testing a file
2025-08-26 05:01:56 +02:00
fix notation: .build/wand net/http.Get https://squareroundforest.org | less
fix wand exec: .build/wand -- 'func(a struct{Foo string}) string { return a.Foo }' --foo bar
allow in wand exec: .build/wand 'regexp.MustCompile("a").MatchString' aaa
considering that the possible input comes from limited sources, it may make sense to not escape just every dot in markdown
2025-08-26 03:21:35 +02:00
reflect
command
commandline
config
doclets
format
formathelp
formatman
formatmarkdown
help
env
input
output
apply
exec
wand
tools/tools