{#snippet children()} {#if command}
$ {command}
{/if} {#if description && description !== command}
{description}
{/if} {#if call.status === 'running'}
… Befehl laeuft …
{:else if call.result}
{#if hiddenCount > 0}
… +{hiddenCount} fruehere Zeilen ausgeblendet
{/if}
{visibleLines.join('\n')}
{/if} {/snippet}