Remove tail command stub

This commit is contained in:
2026-03-02 22:21:59 -06:00
parent d5d69e58a4
commit 67901fa91f
2 changed files with 0 additions and 33 deletions

View File

@@ -43,7 +43,6 @@ import {Each} from "./each.js";
import {Words} from "./words.js";
import {Drop} from "./drop.js";
import {Sort} from "./sort.js";
import {Tail} from "./tail.js";
export type Commands = Command<CommandData>[]
export const commands: Commands = [
@@ -83,7 +82,6 @@ export const commands: Commands = [
new Sort,
new Split,
new Suffix,
new Tail,
new To,
new Trim,
new Undo,