1
0
mirror of https://github.com/bitwarden/server synced 2026-03-02 19:31:24 +00:00

Refactoring structure of the CLI to be more maintainable long-term (#7042)

* Refactoring structure of the CLI to be more maintainable long-term
* Remove obvious comments & put back XML comments
This commit is contained in:
Mick Letofsky
2026-02-19 18:40:48 +01:00
committed by GitHub
parent 31fe7b0e12
commit 507c3a105c
15 changed files with 257 additions and 225 deletions

View File

@@ -28,7 +28,7 @@ $projects = @{
Scim = "../bitwarden_license/src/Scim"
IntegrationTests = "../test/Infrastructure.IntegrationTest"
SeederApi = "../util/SeederApi"
SeederUtility = "../util/DbSeederUtility"
SeederUtility = "../util/SeederUtility"
}
foreach ($key in $projects.keys) {