Commit c52e8fb
committed
Revert "Merge branch 'robnasby-robnasby/double-dash-fix' of Properly assign arguments after a double dash to values (PR commandlineparser#610)"
This reverts commit c4eed10, reversing
changes made to 959d3b2.1 parent c4eed10 commit c52e8fbCopy full SHA for c52e8fb
File tree
Expand file treeCollapse file tree
5 files changed
+77
-64
lines changedOpen diff view settings
Filter options
- src/CommandLine/Core
- tests/CommandLine.Tests
- Fakes
- Unit
Expand file treeCollapse file tree
5 files changed
+77
-64
lines changedOpen diff view settings
Collapse file
src/CommandLine/Core/Sequence.cs
Copy file name to clipboardExpand all lines: src/CommandLine/Core/Sequence.cs+73-5Lines changed: 73 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
37 | | - |
| 36 | + |
38 | 37 | |
39 | 38 | |
40 | 39 | |
| ||
67 | 66 | |
68 | 67 | |
69 | 68 | |
70 | | - |
71 | 69 | |
72 | 70 | |
73 | 71 | |
74 | 72 | |
75 | 73 | |
76 | | - |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
77 | 86 | |
78 | 87 | |
79 | | - |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
80 | 148 | |
81 | 149 | |
82 | 150 | |
|
Collapse file
src/CommandLine/Core/Token.cs
Copy file name to clipboardExpand all lines: src/CommandLine/Core/Token.cs+3-25Lines changed: 3 additions & 25 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
35 | | - |
36 | | - |
37 | | - |
38 | | - |
39 | | - |
40 | 35 | |
41 | 36 | |
42 | 37 | |
| ||
85 | 80 | |
86 | 81 | |
87 | 82 | |
88 | | - |
89 | 83 | |
90 | 84 | |
91 | | - |
| 85 | + |
92 | 86 | |
93 | 87 | |
94 | 88 | |
95 | 89 | |
96 | | - |
97 | | - |
98 | | - |
99 | | - |
100 | | - |
101 | 90 | |
102 | 91 | |
103 | 92 | |
104 | | - |
105 | 93 | |
106 | 94 | |
107 | 95 | |
108 | 96 | |
109 | 97 | |
110 | 98 | |
111 | 99 | |
112 | | - |
113 | | - |
114 | | - |
115 | | - |
116 | | - |
117 | 100 | |
118 | 101 | |
119 | 102 | |
| ||
137 | 120 | |
138 | 121 | |
139 | 122 | |
140 | | - |
| 123 | + |
141 | 124 | |
142 | 125 | |
143 | 126 | |
| ||
152 | 135 | |
153 | 136 | |
154 | 137 | |
155 | | - |
156 | | - |
157 | | - |
158 | | - |
159 | | - |
160 | 138 | |
161 | | - |
| 139 | + |
Collapse file
src/CommandLine/Core/Tokenizer.cs
Copy file name to clipboardExpand all lines: src/CommandLine/Core/Tokenizer.cs+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
50 | 50 | |
51 | 51 | |
52 | 52 | |
53 | | - |
| 53 | + |
54 | 54 | |
55 | 55 | |
56 | 56 | |
|
Collapse file
tests/CommandLine.Tests/Fakes/Options_With_Option_Sequence_And_Value_Sequence.cs
Copy file name to clipboardExpand all lines: tests/CommandLine.Tests/Fakes/Options_With_Option_Sequence_And_Value_Sequence.cs-13Lines changed: 0 additions & 13 deletions
This file was deleted.
Collapse file
tests/CommandLine.Tests/Unit/ParserTests.cs
Copy file name to clipboardExpand all lines: tests/CommandLine.Tests/Unit/ParserTests.cs-20Lines changed: 0 additions & 20 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
132 | 132 | |
133 | 133 | |
134 | 134 | |
135 | | - |
136 | | - |
137 | | - |
138 | | - |
139 | | - |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | | - |
145 | | - |
146 | | - |
147 | | - |
148 | | - |
149 | | - |
150 | | - |
151 | | - |
152 | | - |
153 | | - |
154 | | - |
155 | 135 | |
156 | 136 | |
157 | 137 | |
|
0 commit comments