format diagrams

This commit is contained in:
Michael Jerger 2023-08-03 18:45:59 +02:00
parent 03692ba9d0
commit f4d83cd314

View file

@ -30,17 +30,21 @@ sequenceDiagram
```mermaid
classDiagram
namespace configuration {
class TargetCliCommand {
val target: String,
val passwordInteractive: Boolean = false
}
class ConfigFileName {
fileName: String
}
}
namespace desktop {
class DesktopCliCommand {
}