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

activated comments,syntax highlighting (#187)

This commit is contained in:
Igor Chubin
2020-06-15 19:25:09 +00:00
parent b5a1e12d66
commit 33d692cb0a
+1 -1
View File
@@ -120,7 +120,7 @@ class AdapterOeis(CommandAdapter):
"""
_adapter_name = "oeis"
_output_format = "text"
_output_format = "text+code"
_cache_needed = True
_command = ["share/adapters/oeis.sh"]