cratetorrent-cli would panic at runtime with this error:
thread 'main' panicked at 'Argument short must be unique
this was because both the mode and metainfo options had an automatic short option generated for them and they both used -m. I've removed the short option from mode.
cratetorrent-cli
would panic at runtime with this error:thread 'main' panicked at 'Argument short must be unique
this was because both the
mode
andmetainfo
options had an automaticshort
option generated for them and they both used-m
. I've removed the short option frommode
.Closes #93