interface ICleanOptions
doc |
abstract val doc: Boolean? |
release |
abstract val release: Boolean? |
targetDir |
abstract val targetDir: String? |
triple |
abstract val triple: String? |
CleanOptions |
class CleanOptions : RusticConfigurableBase, ICleanOptions |
CleanOptions |
class CleanOptions : PriorityResolveBase<ICleanOptions>, ICleanOptions |