Files
posh/pkg/exec/commandprovider.go
2026-06-05 13:54:04 +02:00

8 lines
109 B
Go

package exec
import (
"context"
)
type CommandProvider func(ctx context.Context, args ...string) *Command