Conversation
casey
left a comment
There was a problem hiding this comment.
Nice! This should re-use CreateContent::torrent_path to set the filename, and also needs a test.
I tried that, but it seems to return an absolute path, and |
|
I added a test, but it's currently failing because |
|
I believe this check is failing: intermodal/src/subcommand/torrent/create.rs Line 340 in 7812ad2 |
|
This should be ready for review, unless you'd like me to change |
Currently, when the
--outputflag totorrent createis a directory, imdl errors out with "error: Output path already exists".With this change, it will create a torrent file with the default name, but in the specified directory.
Resolves #525