Exemple #1
0
func init() {
	shellsupport.RegisterShellHandler("fish", fishShellHandler)
}
Exemple #2
0
func init() {
	shellsupport.RegisterShellHandler("bash", bashShellHandler)
	shellsupport.RegisterShellHandler("zsh", bashShellHandler)
}