- Bump version: 0.1.4 -> 0.1.5 - Update changelog - Update man page - Update book type: release pr: https://github.com/casey/intermodal/pull/366
24 lines
739 B
Markdown
24 lines
739 B
Markdown
# `imdl torrent`
|
|
```
|
|
imdl-torrent 0.1.5
|
|
Subcommands related to the BitTorrent protocol.
|
|
|
|
USAGE:
|
|
imdl torrent <SUBCOMMAND>
|
|
|
|
FLAGS:
|
|
-h, --help Print help message.
|
|
-V, --version Print version number.
|
|
|
|
SUBCOMMANDS:
|
|
create Create a .torrent file.
|
|
help Prints this message or the help of the given
|
|
subcommand(s)
|
|
link Generate a magnet link from a .torrent file.
|
|
piece-length Display information about automatic piece length
|
|
selection.
|
|
show Display information about a .torrent file.
|
|
stats Show statistics about a collection of .torrent files.
|
|
verify Verify files against a .torrent file.
|
|
|
|
``` |