type AddOptions struct {
Kraftfile string `long:"kraftfile" short:"K" usage:"Set an alternative path of the Kraftfile"`
NoUpdate bool `long:"no-update" usage:"Do not update package index before running the build"`
Workdir string `long:"workdir" short:"w" usage:"workdir to add the package to"`
}