1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

rfc/keyword: show matched rfcs (#167)

This commit is contained in:
Igor Chubin
2020-04-19 15:57:48 +02:00
parent b512c215c2
commit 882438b1b7
+1 -3
View File
@@ -111,6 +111,4 @@ class AdapterRfc(CommandAdapter):
return list("rfc/%s" % x for x in range(1, 8649))
def is_found(self, topic):
if re.match("rfc/[0-9]+$", topic):
return True
return False
return True