mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 14:00:14 -05:00
9 lines
138 B
Go
9 lines
138 B
Go
package modinstaller
|
|
|
|
type InstallOpts struct {
|
|
WorkspacePath string
|
|
Command string
|
|
DryRun bool
|
|
ModArgs []string
|
|
}
|