commit 18e2a1da45fb30912be1cd13cce71ba2db44b87c
parent db2014fceea5fc5f3f3a7e4ba47a0f1bdcfa3b8f
Author: Kaleb Luedtke <jluedtk@jci.com>
Date: Fri, 10 Jun 2022 03:12:01 -0500
Indent documentations in 'show' command (#2234)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/AppInstallerCLICore/Workflows/ShowFlow.cpp b/src/AppInstallerCLICore/Workflows/ShowFlow.cpp
@@ -103,6 +103,7 @@ namespace AppInstaller::CLI::Workflow
{
if (!documentation.DocumentUrl.empty())
{
+ info << " "_liv;
if (!documentation.DocumentLabel.empty())
{
info << Execution::ManifestInfoEmphasis << documentation.DocumentLabel << ": "_liv;