Skip to content

Commit b4bbdd2

Browse files
authored
Fix #2226 (#2249)
* fix #2226 * file scoped namespaces and minor cleanup * use code simplification suggested by KalleOlaviNiemitalo * ensure help is not shown when help option is not present * correctly look up HelpAction on ancestor commands' help options
1 parent 6c8c9b0 commit b4bbdd2

File tree

7 files changed

+710
-614
lines changed

7 files changed

+710
-614
lines changed

src/System.CommandLine.Tests/EnvironmentVariableDirectiveTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.CommandLine.Invocation;
33
using FluentAssertions;
44
using System.Linq;
5-
using System.Threading;
65
using System.Threading.Tasks;
76

87
using Xunit;

0 commit comments

Comments
 (0)