Implement take command and comments (--) + misc cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user