mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add ability to install alpha/beta/rc plugin
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user