refactor CLI

This commit is contained in:
2026-07-13 11:43:37 +02:00
parent 909d890837
commit 1a2eddcd5d
7 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import Testing
// MARK: - Refresh command
@Test func refreshCommandConfigurationIsCorrect() async throws {
let config = phbar.refresh.configuration
let config = PHBar.Refresh.configuration
#expect(config.commandName == "refresh")
#expect(config.abstract == "Refresh the running status bar.")
}