|
153 | 153 | public System.Collections.Generic.IEnumerable<Symbol> Parents { get; } |
154 | 154 | public System.Collections.Generic.IEnumerable<System.CommandLine.Completions.CompletionItem> GetCompletions(System.CommandLine.Completions.CompletionContext context) |
155 | 155 | public System.String ToString() |
156 | | - public class VersionOption : Option<System.Boolean> |
| 156 | + public class VersionOption : Option |
157 | 157 | .ctor() |
158 | 158 | .ctor(System.String name, System.String[] aliases) |
159 | 159 | public System.CommandLine.Invocation.CommandLineAction Action { get; set; } |
| 160 | + public System.Type ValueType { get; } |
160 | 161 | System.CommandLine.Completions |
161 | 162 | public class CompletionContext |
162 | 163 | public static CompletionContext Empty { get; } |
@@ -185,10 +186,11 @@ System.CommandLine.Help |
185 | 186 | public class HelpAction : System.CommandLine.Invocation.SynchronousCommandLineAction |
186 | 187 | .ctor() |
187 | 188 | public System.Int32 Invoke(System.CommandLine.ParseResult parseResult) |
188 | | - public class HelpOption : System.CommandLine.Option<System.Boolean> |
| 189 | + public class HelpOption : System.CommandLine.Option |
189 | 190 | .ctor() |
190 | 191 | .ctor(System.String name, System.String[] aliases) |
191 | 192 | public System.CommandLine.Invocation.CommandLineAction Action { get; set; } |
| 193 | + public System.Type ValueType { get; } |
192 | 194 | System.CommandLine.Invocation |
193 | 195 | public abstract class AsynchronousCommandLineAction : CommandLineAction |
194 | 196 | public System.Threading.Tasks.Task<System.Int32> InvokeAsync(System.CommandLine.ParseResult parseResult, System.Threading.CancellationToken cancellationToken = null) |
|
0 commit comments