1
0
mirror of https://github.com/celogeek/piwigo-cli.git synced 2025-06-20 13:59:55 +02:00

add supported plugins

This commit is contained in:
Celogeek 2021-12-22 19:33:07 +01:00
parent 41c303c110
commit 6b3bb24c4f
Signed by: celogeek
GPG Key ID: E6B7BDCFC446233A

@ -30,6 +30,7 @@ func (c *SessionStatusCommand) Execute(args []string) error {
{"Role", resp.Role},
{"Admin Token", resp.Token},
{"Supported formats", resp.UploadFileType},
{"Supported plugins", resp.Plugins},
})
t.SetOutputMirror(os.Stdout)