fix(admin-cli): concatenation/formatting error, i.e., #1394

Merged
Jade merged 1 commit from gamesguru/continuwuity:fix/list-backups-info-newline-concat into main 2026-02-16 22:07:16 +00:00

1 commit

Author SHA1 Message Date
fdf9cea533
fix(admin-cli): concatenation/formatting error, i.e.,
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Has been skipped
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m48s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 9m10s
Documentation / Build and Deploy Documentation (push) Successful in 3m17s
Checks / Prek / Pre-commit & Formatting (push) Successful in 4m46s
Checks / Prek / Clippy and Cargo Tests (push) Successful in 18m40s
Release Docker Image / Build linux-amd64 (release) (push) Successful in 21m15s
Release Docker Image / Build linux-arm64 (release) (push) Successful in 17m47s
Release Docker Image / Create Multi-arch Release Manifest (push) Successful in 26s
Release Docker Image / Build linux-amd64 (max-perf) (push) Successful in 27m41s
Release Docker Image / Build linux-arm64 (max-perf) (push) Successful in 27m31s
Release Docker Image / Create Max-Perf Manifest (push) Successful in 1m17s
**NOTE:** If there are any features, tools, or admin internals dependent on this output that would break, let me know!
I'm hoping this is acceptable, since it's a human-readable command.

Current output:

```shell
uwu> server list-backups
    #1 Mon, 9 Feb 2026 20:36:25 +0000: 66135580 bytes, 595 files#2 Wed, 11 Feb 2026 02:33:15 +0000: 270963746 bytes, 1002 files#3 Sat, 14 Feb 2026 22:11:19 +0000: 675905487 bytes, 2139 files
```

Should be:

```shell
uwu> server list-backups
    #1 Mon, 9 Feb 2026 20:36:25 +0000: 66135580 bytes, 595 files
    #2 Wed, 11 Feb 2026 02:33:15 +0000: 270963746 bytes, 1002 files
    #3 Sat, 14 Feb 2026 22:11:19 +0000: 675905487 bytes, 2139 files
```
2026-02-16 00:52:02 -05:00