From a39536364b52a685b99f2a28139073c054a812e2 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 9 Dec 2024 09:43:04 -0500 Subject: [PATCH] feat: Commit pre switch to swift-cli-doc package. --- Sources/hpa/Internal/Discussion+playbook.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/hpa/Internal/Discussion+playbook.swift b/Sources/hpa/Internal/Discussion+playbook.swift index c9ad0de..c8baf10 100644 --- a/Sources/hpa/Internal/Discussion+playbook.swift +++ b/Sources/hpa/Internal/Discussion+playbook.swift @@ -11,7 +11,7 @@ extension CliDoc.Discussion { SeeAlso(label: "Ansible playbook options.", command: "ansible-playbook --help") ImportantNote.passingExtraArgs } - .labeledContentStyle(.custom("foo:")) + // .labeledContentStyle(.custom("foo:")) } } }