mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
taking Tldr and Cheat from corrent modules
This commit is contained in:
+2
-2
@@ -58,8 +58,8 @@ class Router(object):
|
||||
get_topic_type=self.get_topic_type,
|
||||
get_topics_list=self.get_topics_list),
|
||||
"search": adapter.internal.Search(),
|
||||
"tldr": adapter.cmd.Tldr(),
|
||||
"cheat": adapter.cmd.Cheat(),
|
||||
"tldr": adapter.tldr.Tldr(),
|
||||
"cheat": adapter.cheat_cheat.Cheat(),
|
||||
"fosdem": adapter.cmd.Fosdem(),
|
||||
"translation": adapter.cmd.Translation(),
|
||||
"rosetta": adapter.rosetta.Rosetta(),
|
||||
|
||||
Reference in New Issue
Block a user