mirror of
https://github.com/celogeek/piwigo-cli.git
synced 2025-05-25 10:12:37 +02:00
add supported plugins
This commit is contained in:
parent
41c303c110
commit
6b3bb24c4f
@ -30,6 +30,7 @@ func (c *SessionStatusCommand) Execute(args []string) error {
|
|||||||
{"Role", resp.Role},
|
{"Role", resp.Role},
|
||||||
{"Admin Token", resp.Token},
|
{"Admin Token", resp.Token},
|
||||||
{"Supported formats", resp.UploadFileType},
|
{"Supported formats", resp.UploadFileType},
|
||||||
|
{"Supported plugins", resp.Plugins},
|
||||||
})
|
})
|
||||||
|
|
||||||
t.SetOutputMirror(os.Stdout)
|
t.SetOutputMirror(os.Stdout)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user