Commit c776cd4
Fix IsOptional method for arguments (#1862)
* Fix IsOptional method for arguments
* Add test
* Add shared arg test
* Revert "Add test"
This reverts commit 5959570.
* Update src/System.CommandLine.Tests/Help/HelpBuilderTests.cs
Co-authored-by: Jon Sequeira <[email protected]>1 parent cf7a861 commit c776cd4
File tree
2 files changed
+32
-5
lines changed- src
- System.CommandLine.Tests/Help
- System.CommandLine/Help
2 files changed
+32
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
932 | 932 | | |
933 | 933 | | |
934 | 934 | | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
935 | 957 | | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
936 | 967 | | |
937 | 968 | | |
938 | 969 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
| 328 | + | |
332 | 329 | | |
333 | | - | |
334 | 330 | | |
335 | 331 | | |
336 | 332 | | |
| |||
0 commit comments