コード例 #1
0
ファイル: actions.go プロジェクト: ContainX/depcon
func stop(c compose.Compose, cmd *cobra.Command, args []string) error {
	return c.Stop(args...)
}