Files
steampipe/pkg/modinstaller/install_opts.go

9 lines
138 B
Go

package modinstaller
type InstallOpts struct {
WorkspacePath string
Command string
DryRun bool
ModArgs []string
}