Skip to content

Commit

Permalink
docs(cmd): v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed May 31, 2023
1 parent 5e57a13 commit b2fdb8f
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 11 deletions.
3 changes: 2 additions & 1 deletion docs/command/tdl.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ Telegram Downloader, but more than a downloader
-n, --ns string namespace for Telegram session
--ntp string ntp server host, if not set, use system time
--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 30s)
--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)
```

Expand Down
3 changes: 2 additions & 1 deletion docs/command/tdl_backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ tdl backup [flags]
-n, --ns string namespace for Telegram session
--ntp string ntp server host, if not set, use system time
--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 30s)
--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)
```

Expand Down
3 changes: 2 additions & 1 deletion docs/command/tdl_chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ A set of chat tools
-n, --ns string namespace for Telegram session
--ntp string ntp server host, if not set, use system time
--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 30s)
--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)
```

Expand Down
5 changes: 3 additions & 2 deletions docs/command/tdl_chat_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tdl chat export [flags]

```
--all export all messages including non-media messages, but still affected by filter and type flag
-c, --chat string chat id or domain
-c, --chat string chat id or domain. If not specified, 'Saved Messages' will be used
-f, --filter string filter messages by expression, defaults to match all messages. Specify '-' to see available fields (default "true")
-h, --help help for export
-i, --input ints input data, depends on export type
Expand All @@ -30,8 +30,9 @@ tdl chat export [flags]
-n, --ns string namespace for Telegram session
--ntp string ntp server host, if not set, use system time
--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 30s)
--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)
```

Expand Down
3 changes: 2 additions & 1 deletion docs/command/tdl_chat_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ tdl chat ls [flags]
-n, --ns string namespace for Telegram session
--ntp string ntp server host, if not set, use system time
--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 30s)
--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)
```

Expand Down
3 changes: 2 additions & 1 deletion docs/command/tdl_download.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ tdl download [flags]
-n, --ns string namespace for Telegram session
--ntp string ntp server host, if not set, use system time
--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 30s)
--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)
```

Expand Down
3 changes: 2 additions & 1 deletion docs/command/tdl_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ tdl login [flags]
-n, --ns string namespace for Telegram session
--ntp string ntp server host, if not set, use system time
--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 30s)
--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)
```

Expand Down
3 changes: 2 additions & 1 deletion docs/command/tdl_recover.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ tdl recover [flags]
-n, --ns string namespace for Telegram session
--ntp string ntp server host, if not set, use system time
--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 30s)
--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)
```

Expand Down
3 changes: 2 additions & 1 deletion docs/command/tdl_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ tdl upload [flags]
-n, --ns string namespace for Telegram session
--ntp string ntp server host, if not set, use system time
--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 30s)
--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)
```

Expand Down
3 changes: 2 additions & 1 deletion docs/command/tdl_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ tdl version [flags]
-n, --ns string namespace for Telegram session
--ntp string ntp server host, if not set, use system time
--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 30s)
--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)
```

Expand Down

0 comments on commit b2fdb8f

Please sign in to comment.