Crates.io | ietf |
lib.rs | ietf |
version | 0.2.2 |
source | src |
created_at | 2020-12-29 17:11:02.681177 |
updated_at | 2021-02-07 09:24:33.227898 |
description | A program to read IETF RFCs in the terminal. |
homepage | https://github.com/cy6erlion/ietf |
repository | https://github.com/cy6erlion/ietf |
max_upload_size | |
id | 328852 |
size | 36,156 |
██▄██ ▄▄█▄ ▄█ ▄▄
██ ▄█ ▄▄██ ██ ▄█
█▄▄▄█▄▄▄██▄██▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
ietf 0.2.2
CLI for reading IETF RFCs.
USAGE:
ietf [OPTIONS] [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-n, --number <serial> RFC Serial Number
-r, --remove <serial> RFC Serial 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:
$ cargo install ietf
$ ietf
$ ietf -n 1
$ ietf -r 1
$ ietf clean
$ ietf update