mirror of
https://github.com/cheat/cheat.git
synced 2025-09-06 03:52:55 +02:00
indent block fail :x, no more triple output
This commit is contained in:
1
cheat
1
cheat
@ -195,6 +195,7 @@ class CheatSheets(object):
|
|||||||
def search(self, term):
|
def search(self, term):
|
||||||
"""Search for a term in sheetcheats"""
|
"""Search for a term in sheetcheats"""
|
||||||
for cheat in self.sheets.keys():
|
for cheat in self.sheets.keys():
|
||||||
|
print cheat
|
||||||
output = ''
|
output = ''
|
||||||
for block in self.__parse_cheat_command_block(cheat):
|
for block in self.__parse_cheat_command_block(cheat):
|
||||||
if term in block:
|
if term in block:
|
||||||
|
Reference in New Issue
Block a user