richfromm / slack2discord

A Discord client that imports Slack-exported JSON chat history to Discord channel(s).
GNU General Public License v3.0
8 stars 3 forks source link

change command line option separator from underscore to dash #11

Closed richfromm closed 2 years ago

richfromm commented 2 years ago

underscore may be more pythonic but dash is more consistent for cmd line options

the rest seems to "just work" argparse knows how to dtrt