Add ability to install alpha/beta/rc plugin

This commit is contained in:
Chocobozzz
2022-11-14 14:49:50 +01:00
parent a742347d50
commit ff91b644fb
9 changed files with 90 additions and 18 deletions

View File

@@ -69,7 +69,7 @@ async function pluginsListCLI (command: Command, options: OptionValues) {
const table = new CliTable3({
head: [ 'name', 'version', 'homepage' ],
colWidths: [ 50, 10, 50 ]
colWidths: [ 50, 20, 50 ]
}) as any
for (const plugin of data) {