{#if filteredPromptCommands.length > 0}
/
{#each filteredPromptCommands as command, commandIdx}
{ confirmCommand(command); }} on:mousemove={() => { selectedCommandIdx = commandIdx; }} on:focus={() => {}} >
{command.command}
{command.title}
{/each}
{/if}