commit 3b336df703f588aad3665398ecf8d7752b9c0d43
parent 73c4d4f1c8515517b659f16ceb96c117897f1631
Author: cy6erlion <50733658+cy6erlion@users.noreply.github.com>
Date: Fri, 1 Jan 2021 09:02:12 +0200
Merge pull request #6 from 0xflotus/patch-1
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