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 ```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 {
} }