Example: <<pr xyz<tab> >> and << pr <tab> >> doesn't complete/display options.
2007-11-17 Andrew Cagney <cagney@redhat.com> * Command.java (name): Delete. (getName()): Delete. * MultiLevelCommand.java (add(Command)): Delete. (add(Command,String)): New. (abbrevs): New. (addAbbrev): New. (lookup(String)): Use abbrevs. (complete(CLI,Input,int,List)): Use lookup(String). * TopLevelCommand.java: Update.