255be07 vshReadlineParse: Drop code duplication

Authored and Committed by mprivozn 6 years ago
1 file changed. 26 lines added. 192 lines removed.
    vshReadlineParse: Drop code duplication
    
    Now that we have a way of retrieving partly parsed command we
    don't need duplicate code that parses the user's input.
    
    Yes, this code removes call of opt's completer, but:
      a) current implementation is broken anyway, and
      b) it will be added back shortly
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    
        
file modified
+26 -192