Skip to content

Commit

Permalink
Issue #78: Beautify command line help output (complete)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-shilo committed Jul 25, 2017
1 parent 6a8d8d9 commit 1df759f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2196,6 +2196,9 @@ static string Do(Op operation)
}
}

/// <summary>
/// Based on "maettu-this" proposal https://github.com/oleg-shilo/cs-script/issues/78
/// </summary>
internal static class ConsoleStringExtensions
{
// for free form text when Console is not attached; so make it something big
Expand Down

0 comments on commit 1df759f

Please sign in to comment.