From 783231035b74a2077605f865405083623666449e Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Thu, 9 Jul 2020 05:36:08 +0200 Subject: [PATCH] (docs) Updated comments for NoInteractive to have notes as a list --- src/Cake.Transifex/TransifexRunnerRemoteSettings.cs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/Cake.Transifex/TransifexRunnerRemoteSettings.cs b/src/Cake.Transifex/TransifexRunnerRemoteSettings.cs index 3451ba8..d274ee9 100644 --- a/src/Cake.Transifex/TransifexRunnerRemoteSettings.cs +++ b/src/Cake.Transifex/TransifexRunnerRemoteSettings.cs @@ -54,8 +54,16 @@ public bool Force /// /// to don't require user input; otherwise, . /// - /// Argument supported for pulling translations supported since transifex client v0.13.3 - /// Supported since Cake.Transifex addin v0.9.0 + /// + /// + /// Required transifex client + /// v0.13.3 + /// + /// + /// Required Cake.Transifex version + /// v0.9.0 + /// + /// /// public bool NoInteractive {