mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
refactor: async-ify yargs (#236)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user