mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
This commit is contained in:
@@ -17,6 +17,6 @@ class Cheat(GitRepositoryAdapter):
|
||||
_adapter_name = "cheat"
|
||||
_output_format = "code"
|
||||
_cache_needed = True
|
||||
_repository_url = "https://github.com/cheat/cheat"
|
||||
_cheatsheet_files_prefix = "cheat/cheatsheets/"
|
||||
_repository_url = "https://github.com/cheat/cheatsheets"
|
||||
_cheatsheet_files_prefix = ""
|
||||
_cheatsheet_file_mask = "*"
|
||||
|
||||
Reference in New Issue
Block a user