Revision eb980c5a lib/cli.py

b/lib/cli.py
574 574
  OPT_COMPL_BACKEND_PARAMS,
575 575
  ])
576 576

  
577
#XXX: really fix build-bash-completion to handle these
578
OPT_COMPL_PARAMS = frozenset([
579
  OPT_COMPL_NIC_PARAMS,
580
  OPT_COMPL_DISK_PARAMS,
581
  OPT_COMPL_BACKEND_PARAMS,
582
  ])
583

  
577 584

  
578 585
class CliOption(Option):
579 586
  """Custom option class for optparse.

Also available in: Unified diff