|
@ -145,7 +145,7 @@ async function run (token) { |
|
|
}), { align: ['l', 'r', 'l'], hsep: ' '.repeat(2) }); |
|
|
}), { align: ['l', 'r', 'l'], hsep: ' '.repeat(2) }); |
|
|
|
|
|
|
|
|
const elapsed_ = ms(new Date() - start_); |
|
|
const elapsed_ = ms(new Date() - start_); |
|
|
console.log(`> ${list.length} alias${list.length > 1 ? 'es' : ''} found ${chalk.gray(`[${elapsed_}]`)}`); |
|
|
console.log(`> ${aliases.length} alias${aliases.length > 1 ? 'es' : ''} found ${chalk.gray(`[${elapsed_}]`)}`); |
|
|
if (text) console.log('\n' + text + '\n'); |
|
|
if (text) console.log('\n' + text + '\n'); |
|
|
break; |
|
|
break; |
|
|
|
|
|
|
|
|