github.com/terhitormanen/cmd@v1.1.4/model/command/import_command.go (about)

     1  package command
     2  
     3  type (
     4  	ImportCommand struct {
     5  		ImportPath string `short:"a" long:"application-path" description:"Path to application folder"  required:"false"`
     6  	}
     7  )