From af73aed5ee867277606c9da9e84e58751c990483 Mon Sep 17 00:00:00 2001 From: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> Date: Sun, 29 Dec 2024 04:35:40 -0500 Subject: [PATCH] Misc DocC cleanup. Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> --- Sources/mas/Commands/Search.swift | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Sources/mas/Commands/Search.swift b/Sources/mas/Commands/Search.swift index 9fffa227c..dd511c8ec 100644 --- a/Sources/mas/Commands/Search.swift +++ b/Sources/mas/Commands/Search.swift @@ -9,9 +9,8 @@ import ArgumentParser extension MAS { - /// Search the Mac App Store using the iTunes Search API. - /// - /// See - https://performance-partners.apple.com/search-api + /// Search the Mac App Store. Uses the iTunes Search API: + /// https://performance-partners.apple.com/search-api struct Search: ParsableCommand { static let configuration = CommandConfiguration( abstract: "Search for apps from the Mac App Store"