Go CLI: fix list provider instance tasks (#16345)

This commit is contained in:
Jin Hai
2026-06-25 15:49:31 +08:00
committed by GitHub
parent 3f3a2ece3d
commit edfa9be67f
6 changed files with 183 additions and 234 deletions

View File

@@ -151,7 +151,7 @@ func (p *Parser) parseUserCommand() (*Command, error) {
case TokenList:
return p.parseAPIListCommands()
case TokenShow:
return p.parseShowCommand()
return p.parseAPIShowCommands()
case TokenCreate:
return p.parseCreateCommand()
case TokenDrop: