The main entry point for a command line application.
public class CommandApp : Command, IEnumerable, ICommandNodeDescriptor
kind:method, kind:property, kind:ctor. Press Esc to clear.CommandApp(String, String?, CommandConfig?)Creates a new instance of CommandApp.CommandApp(CommandConfig?)Creates a new instance of CommandApp.LicenseHeaderThe license header for this command line application.GetCompletions(String?, String?)Gets completion candidates for the specified tokenized command line.GetCompletionsForLine(String, Int32, String?)Gets completion candidates for a full command line and a cursor position within it.GetCompletionsForTokens(IReadOnlyList<String>, Int32, String?)Gets completion candidates for a tokenized command line and the index of the token being completed.Parse(IEnumerable<String>, CommandRunConfig?)Parses the specified arguments without invoking the resolved command action. Option and argument actions are still invoked.