Skip to content

Commit

Permalink
(docs) Updated comments for NoInteractive to have notes as a list
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jul 9, 2020
1 parent 3ec5bc5 commit 7832310
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/Cake.Transifex/TransifexRunnerRemoteSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,16 @@ public bool Force
/// </summary>
/// <value><see langword="true"/> to don't require user input; otherwise, <see langword="false"/>.</value>
/// <remarks>
/// <note>Argument supported for pulling translations supported since transifex client v0.13.3</note>
/// <note>Supported since Cake.Transifex addin v0.9.0</note>
/// <list type="bullet">
/// <item>
/// <term>Required transifex client</term>
/// <description>v0.13.3</description>
/// </item>
/// <item>
/// <term>Required Cake.Transifex version</term>
/// <description>v0.9.0</description>
/// </item>
/// </list>
/// </remarks>
public bool NoInteractive
{
Expand Down

0 comments on commit 7832310

Please sign in to comment.