From f396c1c351bbdbd454cd50411470f4a4141a1af5 Mon Sep 17 00:00:00 2001 From: iyear Date: Tue, 10 Oct 2023 12:56:32 +0800 Subject: [PATCH] docs(prj): remove old content --- docs/command/tdl.md | 30 ------------------- docs/command/tdl_backup.md | 34 ---------------------- docs/command/tdl_chat.md | 32 --------------------- docs/command/tdl_chat_export.md | 43 --------------------------- docs/command/tdl_chat_ls.md | 35 ---------------------- docs/command/tdl_chat_users.md | 36 ----------------------- docs/command/tdl_dl.md | 42 --------------------------- docs/command/tdl_dl_url.md | 37 ------------------------ docs/command/tdl_download.md | 47 ------------------------------ docs/command/tdl_login.md | 36 ----------------------- docs/command/tdl_recover.md | 34 ---------------------- docs/command/tdl_up.md | 33 --------------------- docs/command/tdl_upload.md | 38 ------------------------ docs/command/tdl_version.md | 33 --------------------- docs/desktop_export.md | 18 ------------ docs/template.md | 51 --------------------------------- 16 files changed, 579 deletions(-) delete mode 100644 docs/command/tdl.md delete mode 100644 docs/command/tdl_backup.md delete mode 100644 docs/command/tdl_chat.md delete mode 100644 docs/command/tdl_chat_export.md delete mode 100644 docs/command/tdl_chat_ls.md delete mode 100644 docs/command/tdl_chat_users.md delete mode 100644 docs/command/tdl_dl.md delete mode 100644 docs/command/tdl_dl_url.md delete mode 100644 docs/command/tdl_download.md delete mode 100644 docs/command/tdl_login.md delete mode 100644 docs/command/tdl_recover.md delete mode 100644 docs/command/tdl_up.md delete mode 100644 docs/command/tdl_upload.md delete mode 100644 docs/command/tdl_version.md delete mode 100644 docs/desktop_export.md delete mode 100644 docs/template.md diff --git a/docs/command/tdl.md b/docs/command/tdl.md deleted file mode 100644 index ab9e8605ac..0000000000 --- a/docs/command/tdl.md +++ /dev/null @@ -1,30 +0,0 @@ -## tdl - -Telegram Downloader, but more than a downloader - -### Options - -``` - --debug enable debug mode - -h, --help help for tdl - -l, --limit int max number of concurrent tasks (default 2) - -n, --ns string namespace for Telegram session - --ntp string ntp server host, if not set, use system time - --pool int specify the size of the DC pool (default 3) - --proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port - --reconnect-timeout duration Telegram client reconnection backoff timeout, infinite if set to 0 (default 2m0s) - -s, --size int part size for transfer, max is 512*1024 (default 524288) - --test string use test Telegram client, only for developer - -t, --threads int max threads for transfer one item (default 4) -``` - -### SEE ALSO - -* [tdl backup](tdl_backup.md) - Backup your data -* [tdl chat](tdl_chat.md) - A set of chat tools -* [tdl download](tdl_download.md) - Download anything from Telegram (protected) chat -* [tdl login](tdl_login.md) - Login to Telegram -* [tdl recover](tdl_recover.md) - Recover your data -* [tdl upload](tdl_upload.md) - Upload anything to Telegram -* [tdl version](tdl_version.md) - Check the version info - diff --git a/docs/command/tdl_backup.md b/docs/command/tdl_backup.md deleted file mode 100644 index 3682283261..0000000000 --- a/docs/command/tdl_backup.md +++ /dev/null @@ -1,34 +0,0 @@ -## tdl backup - -Backup your data - -``` -tdl backup [flags] -``` - -### Options - -``` - -d, --dst string destination file path. Default: tdl-backup-