making it a seperate module.

This commit is contained in:
zhzy0077 2025-03-12 20:15:23 +08:00
parent 464c92e7bf
commit b62def3d3e

View file

@ -19,8 +19,8 @@ class Jq extends Operation {
constructor() {
super();
this.name = "jq";
this.module = "Code";
this.name = "Jq";
this.module = "Jq";
this.description = "jq is a lightweight and flexible command-line JSON processor.";
this.infoURL = "https://github.com/jqlang/jq";
this.inputType = "JSON";