mirror of
https://github.com/duke-git/lancet.git
synced 2026-03-01 00:35:28 +08:00
test: add TestExecCommandWithOption
This commit is contained in:
@@ -18,3 +18,9 @@ func WithWinHide() Option {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func WithForeground() Option {
|
||||
return func(c *exec.Cmd) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user