1
0
Fork 0
mirror of https://gitlab.com/pnx/gosh synced 2026-06-16 07:04:57 +02:00
gosh/internal/builtins/doc.go
2025-10-27 02:03:02 +01:00

3 lines
145 B
Go

// Package builtins registers and implements shell builtin commands such as
// cd and exit that run within the current process.
package builtins