nodejs | 獲取命令行參數、給cli腳本傳遞參數

import { createInterface } from 'readline' export const getUserInput = (question: string): Promise<string> => new Promise(resolve => { const terminal = createInterface({ input: proc
相關文章
相關標籤/搜索