mirror of
https://github.com/iyear/tdl
synced 2025-01-09 04:17:35 +08:00
chore(export): command short message
This commit is contained in:
parent
bbd0f7c773
commit
a726a8027c
@ -42,7 +42,7 @@ func NewChatExport() *cobra.Command {
|
||||
|
||||
cmd := &cobra.Command{
|
||||
Use: "export",
|
||||
Short: "export media messages from (protected) chat for download",
|
||||
Short: "export messages from (protected) chat for download",
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
switch opts.Type {
|
||||
case chat.ExportTypeTime, chat.ExportTypeID:
|
||||
|
Loading…
Reference in New Issue
Block a user