builder = (args: Argv) => { args.positional('name', { describe: 'Project name', type: 'string', }) args.option('templateName', { describe: 'Name of the ...
確定! 回上一頁