From edfb0640750c78c7d10887a6314937fa36a4c88c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 8 Dec 2023 02:23:04 -0700 Subject: [PATCH] WIPPY WIP: add todo for next test --- _webi/lint-builds.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_webi/lint-builds.js b/_webi/lint-builds.js index c9c6991..a2f6ed6 100644 --- a/_webi/lint-builds.js +++ b/_webi/lint-builds.js @@ -293,6 +293,12 @@ function matchBuildsByTarget(pkg, buildsTree, target) { } async function main() { + // TODO + // node ./_webi/lint-builds.js caddy@beta 'x86_64/unknown Darwin libc' + // + // let [pkgName, userAgent] = process.argv[2].slice(0); + // create test case for zoxide, caddy, rg + let dirs = await bc.getPackages(); showDirs(dirs); console.info('');