Example #1
0
func init() {
	common.RegisterShell(&BashShell{
		AbstractShell: AbstractShell{
			SupportedOptions: []string{"artifacts", "cache"},
		},
	})
}
Example #2
0
func init() {
	common.RegisterShell(&BashShell{})
}
func init() {
	common.RegisterShell(&PowerShell{})
}
func init() {
	common.RegisterShell(&CmdShell{})
}