Implement take command and comments (--) + misc cleanup

This commit is contained in:
2026-04-10 10:48:21 -05:00
parent 4dec54893c
commit 525f4bd065
8 changed files with 118 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ import {Concat} from "./concat.js";
import {Call} from "./call.js";
import {Chunk} from "./chunk.js";
import {Script} from "./script.js";
import {Take} from "./take.js";
export type Commands = Command<CommandData>[]
export const commands: Commands = [
@@ -97,6 +98,7 @@ export const commands: Commands = [
new Sort,
new Split,
new Suffix,
new Take,
new To,
new Trim,
new Undo,