From baa433c0d63703647a932ab7fe5a8f579bddb8f7 Mon Sep 17 00:00:00 2001 From: Jeffrey Macko Date: Wed, 18 Dec 2019 11:56:19 +0100 Subject: [PATCH] Bitrise support seems to be fixed --- Sources/CommandParser/Constant.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Sources/CommandParser/Constant.swift b/Sources/CommandParser/Constant.swift index 7065cb1..f4de841 100644 --- a/Sources/CommandParser/Constant.swift +++ b/Sources/CommandParser/Constant.swift @@ -3,13 +3,13 @@ import Foundation extension String: Error {} // this should be replaced let Overview = """ - DrString + DrString - A Swift docstring linter, formatter, nitpicky assistant... + A Swift docstring linter, formatter, nitpicky assistant... - DrString helps you locate and fix docstring problems such as missing - documentation or whitespace errors. It help your team to write consistent - docstrings. + DrString helps you locate and fix docstring problems such as missing + documentation or whitespace errors. It help your team to write consistent + docstrings. - Learn more at: https://github.com/dduan/DrString -""" + Learn more at: https://github.com/dduan/DrString + """