示例#1
0
文件: actions.go 项目: f1yegor/depcon
func build(c compose.Compose, cmd *cobra.Command, args []string) error {
	return c.Build(args...)
}