|
@ -118,7 +118,7 @@ async function run (token) { |
|
|
chalk.bold(secret.name), |
|
|
chalk.bold(secret.name), |
|
|
chalk.gray(ms(cur - new Date(secret.created)) + ' ago') |
|
|
chalk.gray(ms(cur - new Date(secret.created)) + ' ago') |
|
|
]; |
|
|
]; |
|
|
}), { align: ['l', 'r', 'l'], hsep: ' '.repeat(3) }); |
|
|
}), { align: ['l', 'r', 'l'], hsep: ' '.repeat(2) }); |
|
|
if (out) console.log('\n' + out + '\n'); |
|
|
if (out) console.log('\n' + out + '\n'); |
|
|
return secrets.close(); |
|
|
return secrets.close(); |
|
|
} |
|
|
} |
|
|