chore: point to toolset migration

This commit is contained in:
slhx agent
2026-07-20 16:44:42 +02:00
parent d02544fefc
commit 61d1d9da49
48 changed files with 4986 additions and 321 deletions
+12
View File
@@ -0,0 +1,12 @@
usage: have [NAME...]
List executable command names found in PATH, one per line.
With NAME args, print the names that are available and exit 1 if any are missing.
This inspects PATH only; it does not know shell builtins, aliases, functions, or packages.
stdout:
one command name per line
examples:
have | grep '^zig$'
have zig git curl