blob: 62a5104797c3cafae6f1b0b65059e909b44d8da3 (
plain)
1
2
3
4
5
6
7
|
/*
* Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
package org.jetbrains.dokka.base.templating
public data class ReplaceVersionsCommand(val location: String = ""): Command
|