Fix tab completion for set StageEncoder

bug/bundler_fix
Spencer McIntyre 2015-11-03 17:32:41 -05:00
parent 00d09744fb
commit 1fbc4da36c
1 changed files with 1 additions and 1 deletions

View File

@ -2936,7 +2936,7 @@ class Core
return option_values_payloads() if opt.upcase == 'PAYLOAD'
return option_values_targets() if opt.upcase == 'TARGET'
return option_values_nops() if opt.upcase == 'NOPS'
return option_values_encoders() if opt.upcase == 'StageEncoder'
return option_values_encoders() if opt.upcase == 'STAGEENCODER'
end
# Well-known option names specific to modules with actions