{#if commands.length > 0}
Commands
{#each commands as command, index (command.name)}
onSelect(command)} onmouseenter={() => (selectedIndex = index)} >
/{command.name}
{command.description}
{/each}
{/if}