refactor-git-trust #4
1 changed files with 5 additions and 1 deletions
|
@ -30,17 +30,21 @@ sequenceDiagram
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
classDiagram
|
classDiagram
|
||||||
|
|
||||||
namespace configuration {
|
namespace configuration {
|
||||||
|
|
||||||
class TargetCliCommand {
|
class TargetCliCommand {
|
||||||
val target: String,
|
val target: String,
|
||||||
val passwordInteractive: Boolean = false
|
val passwordInteractive: Boolean = false
|
||||||
}
|
}
|
||||||
|
|
||||||
class ConfigFileName {
|
class ConfigFileName {
|
||||||
fileName: String
|
fileName: String
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace desktop {
|
namespace desktop {
|
||||||
|
|
||||||
class DesktopCliCommand {
|
class DesktopCliCommand {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue