refactor: js output
This commit is contained in:
parent
1aa28c2a34
commit
c6704c3a04
96 changed files with 3816 additions and 147 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue