refactor-git-trust #4

Merged
zwa merged 11 commits from refactor-git-trust into master 2023-08-15 19:40:53 +00:00
Showing only changes of commit f4d83cd314 - Show all commits

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