<%= notice %>

<%= render @command %>
<%= link_to "Edit this command", edit_command_path(@command) %> | <%= link_to "Back to commands", commands_path %> <%= button_to "Destroy this command", @command, method: :delete %>