From 4a03f74112c79aa80981bef8acad92fc399afffc Mon Sep 17 00:00:00 2001 From: Val V Date: Sat, 27 Sep 2025 08:00:18 -0700 Subject: [PATCH] Fix formatting of version command --- Sources/utiluti/AppCommands.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/utiluti/AppCommands.swift b/Sources/utiluti/AppCommands.swift index 5181738..acd795d 100644 --- a/Sources/utiluti/AppCommands.swift +++ b/Sources/utiluti/AppCommands.swift @@ -151,7 +151,7 @@ struct AppCommands: AsyncParsableCommand { static let configuration = CommandConfiguration( commandName: "version", - abstract: "Show the version for an app at the path", + abstract: "Show the version for an app at the path" ) @Argument(help:ArgumentHelp("path to the app", valueName: "path"))