Add if command
This commit is contained in:
@@ -54,6 +54,7 @@ import {Script} from "./script.js";
|
||||
import {Take} from "./take.js";
|
||||
import {Group} from "./group.js";
|
||||
import {Flatten} from "./flatten.js";
|
||||
import {If} from "./if.js";
|
||||
|
||||
export type Commands = Command<CommandData>[]
|
||||
export const commands: Commands = [
|
||||
@@ -74,6 +75,7 @@ export const commands: Commands = [
|
||||
new Group,
|
||||
new Help,
|
||||
new History,
|
||||
new If,
|
||||
new Indent,
|
||||
new InFile,
|
||||
new Join,
|
||||
|
||||
Reference in New Issue
Block a user