Implement table command to parse tsv, csv, and JSON
This commit is contained in:
@@ -58,6 +58,7 @@ import {If} from "./if.js";
|
||||
import {Unless} from "./unless.js";
|
||||
import {Convert} from "./convert.js";
|
||||
import {While} from "./while.js";
|
||||
import {Table} from "./table.js";
|
||||
|
||||
export type Commands = Command<CommandData>[]
|
||||
export const commands: Commands = [
|
||||
@@ -108,6 +109,7 @@ export const commands: Commands = [
|
||||
new Sort,
|
||||
new Split,
|
||||
new Suffix,
|
||||
new Table,
|
||||
new Take,
|
||||
new To,
|
||||
new Trim,
|
||||
|
||||
Reference in New Issue
Block a user