Revision 83ec7961 autotools/build-bash-completion

b/autotools/build-bash-completion
321 321
        elif isinstance(arg, cli.ArgCommand):
322 322
          choices = ""
323 323
          compgenargs.append("-c")
324
        elif isinstance(arg, cli.ArgHost):
325
          choices = ""
326
          compgenargs.append("-A hostname")
324 327
        else:
325 328
          raise Exception("Unknown argument type %r" % arg)
326 329

  

Also available in: Unified diff