Fixing <%= metadata.name %>

Pending operations

<% metadata.commandUsedInFixFunction.forEach(({ name, reason }) => { %>
<%= name %>
<%= reason %>
<% }) %>

Required Parameters

<% metadata.requiredParametersForFix.forEach((input) => { %>
<%= input.description %>
ex) <%= input.example %>
<% }) %>
<% if (metadata.isFixFunctionUsesDestructiveCommand) { %> <% } %>