``` console ██▄██ ▄▄█▄ ▄█ ▄▄ ██ ▄█ ▄▄██ ██ ▄█ █▄▄▄█▄▄▄██▄██▄██ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
ietf 0.2.1 CLI for reading IETF RFCs.
USAGE: ietf [OPTIONS] [SUBCOMMAND]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-n, --number
SUBCOMMANDS: clean Remove the rfc directory help Prints this message or the help of the given subcommand(s) update Update RFC Index ```
~/rfc/
on unix systems and C:\Users\{NAME}
on
windows)You can install it with the Rust package manager Cargo like this:
bash
$ cargo install ietf
bash
$ ietf
bash
$ ietf -n 1
bash
$ ietf -r 1
bash
$ ietf clean
bash
$ ietf update