Replace StringRange w/ an actual StrRVal + more command implementations
This commit is contained in:
@@ -39,12 +39,15 @@ import {Over} from "./over.js";
|
||||
import {Line} from "./line.js";
|
||||
import {Word} from "./word.js";
|
||||
import {On} from "./on.js";
|
||||
import {Each} from "./each.js";
|
||||
import {Words} from "./words.js";
|
||||
|
||||
export type Commands = Command<CommandData>[]
|
||||
export const commands: Commands = [
|
||||
new Clear,
|
||||
new Contains,
|
||||
new Copy,
|
||||
new Each,
|
||||
new Edit,
|
||||
new Enclose,
|
||||
new Exit,
|
||||
@@ -82,4 +85,5 @@ export const commands: Commands = [
|
||||
new Unquote,
|
||||
new Upper,
|
||||
new Word,
|
||||
new Words,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user