sync: wip advanced command parser

This commit is contained in:
binekrasik
2026-05-18 19:22:34 +02:00
parent d8ebbbe9e1
commit 22d00aa0b3
4 changed files with 4 additions and 317 deletions

View File

@@ -1,5 +1,5 @@
import type { Item } from '../fs/Item'
import type { Wush } from '../shell/Wush'
import type { Wush } from '../shell/wush/Wush'
import type { SimpleStream } from '../utils/SimpleStream'
import { Program } from './Program'