Ticket #23551: subcommand_completed.patch

File subcommand_completed.patch, 332 bytes (added by Marco Buttu, 10 years ago)

Patch for the ticket

  • .py

    old new  
    222222            curr = ''
    223223
    224224        subcommands = list(get_commands()) + ['help']
    225         options = [('--help', None)]
     225        options = [('--help', False)]
    226226
    227227        # subcommand
    228228        if cword == 1:
Back to Top