grundleborg / slack-advanced-exporter

A tool for exporting additional data from Slack that is missing from the official data export.
MIT License
97 stars 19 forks source link

built-in help incomplete #19

Closed DirkHoffmann closed 3 years ago

DirkHoffmann commented 4 years ago

It is missing (at least) the --api-token option. From -h output:

GLOBAL OPTIONS:
   --input-archive value, -i value   The path to the Slack export archive which you wish to augment.
   --output-archive value, -o value  The path to which you would like the output archive to be written.
   --help, -h                        show help
   --version, -v                     print the version
DirkHoffmann commented 4 years ago

Actually, after trying the complete tool, it turns out that it does not accept the --api-token switch. So maybe I really got a 0.2.0 binary under the 0.3.0 release section.

$ md5sum slack-advanced-exporter-linux-amd64 
cae9fd1791bf49e7a148d714411b4106  slack-advanced-exporter-linux-amd64

Sorry, that's all I can do to help you. I don't speak Go.

grundleborg commented 3 years ago

Closing as help for that flag seems to be in the correct place for current versions.