mirror of
https://github.com/foomo/posh.git
synced 2026-06-28 21:50:09 +00:00
8 lines
109 B
Go
8 lines
109 B
Go
package exec
|
|
|
|
import (
|
|
"context"
|
|
)
|
|
|
|
type CommandProvider func(ctx context.Context, args ...string) *Command
|