Remove tail command stub
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user