commit 9819dd4ab8247491f09451ed6ac4091912fb2f3c
parent 365a8e6eff692085c5e0d813954f43884624fb16
Author: 0xflotus <0xflotus@gmail.com>
Date: Fri, 1 Jan 2021 02:59:29 +0100
readme: updated to latest features
Diffstat:
1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
@@ -1,29 +1,27 @@
-``` text
+``` console
██▄██ ▄▄█▄ ▄█ ▄▄
██ ▄█ ▄▄██ ██ ▄█
█▄▄▄█▄▄▄██▄██▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
-```
-
-``` bash
-$ ietf -h
ietf 0.1.0
A program to read RFCs in the terminal.
USAGE:
- ietf [OPTIONS] [SUBCOMMAND]
-
+ ietf [OPTIONS] [SUBCOMMAND]
+
FLAGS:
- -h, --help Prints help information
- -V, --version Prints version information
-
+ -h, --help Prints help information
+ -V, --version Prints version information
+
OPTIONS:
- -n, --number <serial> RFC Serial Number
-
+ -n, --number <serial> RFC Serial Number
+ -r, --remove <serial> RFC Serial Number
+
SUBCOMMANDS:
- help Prints this message or the help of the given subcommand(s)
- update Update RFC Index
+ clean Remove the rfc directory
+ help Prints this message or the help of the given subcommand(s)
+ update Update RFC Index
```
## Features