ls command working, need to debug sort, and figure out how to prevent sorting on flag (will need further debugging probs)

This commit is contained in:
2025-12-06 07:52:29 +01:00
parent 60eb56da56
commit 8a06d7cb93
5 changed files with 24 additions and 19 deletions

View File

@@ -8,7 +8,7 @@
<span class=" pointer self-start pr-2">$</span>
<p>{cmd}</p>
</div>
<div style="white-space: preserve;" class=" relative wrap-break-word">
<div style="white-space: nowrap;" class=" relative">
{#if typeof output === 'string'}
{output}
{:else if output instanceof Element}