Implement group command + fallback error handling for invalid tables in output

This commit is contained in:
2026-04-14 17:59:54 -05:00
parent 042f21a9c6
commit fa851b680e
4 changed files with 77 additions and 8 deletions

View File

@@ -52,6 +52,7 @@ import {Call} from "./call.js";
import {Chunk} from "./chunk.js";
import {Script} from "./script.js";
import {Take} from "./take.js";
import {Group} from "./group.js";
export type Commands = Command<CommandData>[]
export const commands: Commands = [
@@ -68,6 +69,7 @@ export const commands: Commands = [
new Enclose,
new Exit,
new From,
new Group,
new Help,
new History,
new Indent,