Gets or sets the action to run when this command is executed.
public Func<CommandRunContext, string[], ValueTask<int>>? Action { get; set; }