Ejemplo n.º 1
0
func init() {
	common.RegisterShell(&BashShell{
		AbstractShell: AbstractShell{
			SupportedOptions: []string{"artifacts", "cache"},
		},
	})
}
Ejemplo n.º 2
0
func init() {
	common.RegisterShell(&BashShell{})
}
Ejemplo n.º 3
0
func init() {
	common.RegisterShell(&PowerShell{})
}
Ejemplo n.º 4
0
func init() {
	common.RegisterShell(&CmdShell{})
}