1 write to _action
System.CommandLine (1)
ParseResult.cs (1)
40
_action
= action;
1 reference to _action
System.CommandLine (1)
ParseResult.cs (1)
335
public CommandLineAction? Action =>
_action
?? CommandResult.Command.Action;