Ticket #23551: subcommand_completed.patch
File subcommand_completed.patch, 332 bytes (added by , 10 years ago) |
---|
-
.py
old new 222 222 curr = '' 223 223 224 224 subcommands = list(get_commands()) + ['help'] 225 options = [('--help', None)]225 options = [('--help', False)] 226 226 227 227 # subcommand 228 228 if cword == 1: