Action Property

Definition

Assembly XenoAtom.CommandLine.dll

Gets or sets the action to run when this command is executed.

public Func<CommandRunContext, string[], ValueTask<int>>? Action { get; set; }

Returns