mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
Release v0.0.12
* Bug fixes * New option `--close-signal` to choose a signal sent to child processes
This commit is contained in:
parent
db45d0febc
commit
b1c5226875
@ -69,7 +69,7 @@ type Options struct {
|
|||||||
RawPreferences map[string]interface{} `hcl:"preferences"`
|
RawPreferences map[string]interface{} `hcl:"preferences"`
|
||||||
}
|
}
|
||||||
|
|
||||||
var Version = "0.0.11"
|
var Version = "0.0.12"
|
||||||
|
|
||||||
var DefaultOptions = Options{
|
var DefaultOptions = Options{
|
||||||
Address: "",
|
Address: "",
|
||||||
|
Loading…
Reference in New Issue
Block a user