package config
// ReposOptions is the options for the build command
type ReposOptions struct{}
// NewReposOptions creates a new Apply
func NewReposOptions() *ReposOptions {
return &ReposOptions{}
}