refactor: js output

This commit is contained in:
Tiara Rodney 2026-03-15 05:11:59 +01:00
parent 1aa28c2a34
commit c6704c3a04
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
96 changed files with 3816 additions and 147 deletions

View file

@ -2,8 +2,8 @@
// Standalone Bugzilla CLI — interact with Bugzilla REST API directly
import yargs from "yargs"
import { hideBin } from "yargs/helpers"
import { BugzillaClient } from "../lib/bugzilla/client"
import { loadConfig } from "../lib/bugzilla/config"
import { BugzillaClient } from "../lib/bugzilla/client.js"
import { loadConfig } from "../lib/bugzilla/config.js"
function getClient() {
const config = loadConfig()