mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-17 03:02: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