refactor: async-ify yargs (#236)

This commit is contained in:
Brandon Keiji
2025-05-01 01:00:53 +00:00
committed by GitHub
parent 339d598295
commit b27aae26c8
2 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
async function main() {
const config = loadCliConfig();
const config = await loadCliConfig();
let input = config.getQuestion();
// hop into sandbox if we are outside and sandboxing is enabled