shwstppr commented on code in PR #155: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/155#discussion_r1872635018
########## cli/completer.go: ########## @@ -200,6 +200,7 @@ func findAutocompleteAPI(arg *config.APIArg, apiFound *config.API, apiMap map[st if arg.Type == "map" { return nil } + config.Debug("PEARL apiFound: ", apiFound) Review Comment: :point_up: ########## cli/completer.go: ########## @@ -374,6 +375,7 @@ func (t *autoCompleter) Do(line []rune, pos int) (options [][]rune, offset int) } autocompleteAPI := findAutocompleteAPI(arg, apiFound, apiMap) + config.Debug("api: ", autocompleteAPI) Review Comment: not needed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org