format diagrams
This commit is contained in:
parent
03692ba9d0
commit
f4d83cd314
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue