Bug 803411

Summary: [RFE] auto completion should have granularity command option
Product: [Retired] oVirt Reporter: Avihai Shoham <ashoham>
Component: ovirt-engine-cliAssignee: Michael Pasternak <mpastern>
Status: CLOSED WONTFIX QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, bazulay, iheim, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-18 07:12:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Avihai Shoham 2012-03-14 16:35:34 UTC
Currently auto completion gives a user all available command and narrow down the option
for example (see[1]) , when hit <ta><tab> after enter display-type it will not gives you "vnc" "spice"

[1]
[oVirt shell (connected)]# create vm --name VM2_CLI --display-type

Comment 1 Michael Pasternak 2012-03-18 07:12:39 UTC
options suggestion is not possible in auto-completion mode, as it will mean
executing http/s request to server for each option, what will lead to freeze 
of the application on each <tab><tab>.