A provider of arguments for a command.
public abstract class ArgumentSource : CommandNode, ICommandNodeDescriptor
kind:method, kind:property, kind:ctor. Press Esc to clear.ArgumentSource()Base constructor for ArgumentSource.DescriptionGets the plain help text associated with this node.GetArguments(TextReader)Gets the arguments from the specified reader.GetArgumentsFromFile(String)Gets the arguments from the specified "response" file.GetNames()Gets the names of this argument source.TryGetArguments(String, out IEnumerable<String>?)Tries to get the arguments from the specified value.