diff --git a/index.ts b/index.ts index d6dff87f..987e545a 100755 --- a/index.ts +++ b/index.ts @@ -346,7 +346,7 @@ commander const fileIds = []; if (files.length) { files.map((file: any) => { - fileIds.push(file.id); + fileIds.push(`${file.name}`.padEnd(20) + ` - (${file.id})`); }); await prompt([{ type : 'list',