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