-
Fix commands --flags not showing flags via HTTP API · a6d0fd28
It was caused by the cmds.Option struct being Interface not struct The solution is to create struct and copy interesting data over. Also removed the "ShowOptions" field from being sent via the HTTP API. License: MIT Signed-off-by:Jakub Sztandera <kubuxu@protonmail.ch>
由 Jakub Sztandera 提交于a6d0fd28
×