Pearl1594 opened a new pull request #91:
URL: https://github.com/apache/cloudstack-cloudmonkey/pull/91


   Fixes: https://github.com/apache/cloudstack-cloudmonkey/issues/90
   This PR adds a config parameter - `autocomplete` which defaults to `true`, 
but when set to false, turns of auto-completion of arg/parameter values. NOTE: 
Argument/Parameter name / API name auto-completion still happens.
   
   ```
   $ go run cmk.go
   Apache CloudStack 🐵 CloudMonkey 6.1.0
   Report issues: https://github.com/apache/cloudstack-cloudmonkey/issues
   
   (test) 🐱 > set autocomplete true
   (test) 🐱 > 
   (test) 🐱 > list accounts id=
   04660396-f89e-4d44-a251-0e24176b4b85 (ACSUser)                               
                        27e0711a-cf5a-4ecc-8f90-39b794eee2e1 
(baremetal-system-account)                                      
   3ae0e9b2-d162-4c43-bb3a-241d6cb4f02a (test-a-TestKubernetesCluster-JKHRZF)   
                        7596929a-f6b6-11eb-9ff7-1e00d500016d (admin)      
   
                                                      
   (test) 🐱 > set autocomplete false
   (test) 🐱 > list accounts id=
   // Hitting tab doesn't provide list of account ids as it usually does when 
auto-completion is true
   
   ```
   


-- 
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


Reply via email to