github.com/hpcng/singularity@v3.1.1+incompatible/cmd/internal/cli/actions_darwin.go (about) 1 // Copyright (c) 2019, Sylabs Inc. All rights reserved. 2 // This software is licensed under a 3-clause BSD license. Please consult the 3 // LICENSE.md file distributed with the sources of this project regarding your 4 // rights to use or distribute this software. 5 6 package cli 7 8 import ( 9 "github.com/spf13/cobra" 10 ) 11 12 // TODO: Let's stick this in another file so that that CLI is just CLI 13 func execStarter(cobraCmd *cobra.Command, image string, args []string, name string) { 14 }