github-actions[bot] commented on PR #156:
URL:
https://github.com/apache/cloudstack-cloudmonkey/pull/156#issuecomment-3167312690
✅ Build complete for PR #156.
🔗 Download the [cmk
binaries](https://github.com/apache/cloudstack-cloudmonkey/actions/runs/16827673383/artifacts/3718564
shwstppr closed pull request #156: Fix usagetype parameter autocomplete
URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156
--
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 com
shwstppr closed pull request #156: Fix usagetype parameter autocomplete
URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156
--
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 com
shwstppr commented on PR #156:
URL:
https://github.com/apache/cloudstack-cloudmonkey/pull/156#issuecomment-3112565092
@hsato03 can you please check the review comment?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
winterhazel commented on code in PR #156:
URL:
https://github.com/apache/cloudstack-cloudmonkey/pull/156#discussion_r1957178119
##
cli/completer.go:
##
@@ -398,15 +406,23 @@ func (t *autoCompleter) Do(line []rune, pos int) (options
[][]rune, offset int)
hsato03 opened a new pull request, #156:
URL: https://github.com/apache/cloudstack-cloudmonkey/pull/156
Currently, when using autocomplete in the `usagetype` parameter (present in
APIs such as `quotaPresetVariableList` and `quotaCreateTariff`) the CLI panics.
```
$ cmk
Apache