vimpunk / cratetorrent

A BitTorrent V1 engine library for Rust (and currently Linux)
459 stars 32 forks source link

CLI not appearing #113

Open nikita-fuchs opened 2 years ago

nikita-fuchs commented 2 years ago

Running this command: cargo run --release -p cratetorrent-cli -- --metainfo ./test.torrent --download-dir ~/Downloads

Yields the following result and nothing happens:

    Finished release [optimized] target(s) in 0.09s
     Running `target/release/cratetorrent-cli --metainfo ./test.torrent --download-dir /home/vscode/Downloads

there are no errors, and the file isn't downloaded either. Can something be blocking its progress, like port issues etc. ?