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:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user