options/clean.go

Summary

Maintainability
A
0 mins
Test Coverage
package options

type CleanOptions struct {
    ForceClean bool
}