Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-08-08 Thread via GitHub
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

Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-08-08 Thread via GitHub
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

Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-08-07 Thread via GitHub
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

Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-07-24 Thread via GitHub
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

Re: [PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-02-15 Thread via GitHub
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)

[PR] Fix usagetype parameter autocomplete [cloudstack-cloudmonkey]

2025-01-01 Thread via GitHub
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