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

temprorary disabled hyperlinks processing

This commit is contained in:
Igor Chubin
2020-06-11 13:16:28 +00:00
parent 27dddd3fb8
commit 1a29870d92
+1 -2
View File
@@ -89,10 +89,9 @@ def cheat_wrapper(query, request_options=None, output_format='ansi'):
query = _rewrite_aliases(query)
query = _rewrite_section_name(query)
# at the moment, we just remove trailing slashes
# so queries python/ and python are equal
query = _strip_hyperlink(query.rstrip('/'))
# query = _strip_hyperlink(query.rstrip('/'))
topic, keyword, search_options = _parse_query(query)
if keyword: