From b7dc6ce5d03a891b5acf014ad2cf644333259311 Mon Sep 17 00:00:00 2001 From: TechWhizKid Date: Mon, 1 Jul 2024 20:47:38 +0600 Subject: [PATCH] Updated docs --- README.md | 9 +++++++++ doc/index.html | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index c787610..461db89 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,15 @@ git clone --depth 1 https://github.com/TechWhizKid/TechWhizKit.git ADSman [--file/-f ] [--add/-a --to/-t ] [[--remove/-rm | --extract/-e ] --from-file/-ff ] [--nobanner/-n] [--help/-h] ``` +#### HowFastIs + +- **Description:** A command-line utility to check how fast a program finishes executing. + +- **Usage:** + ```bash + HowFastIs [--file/-f ] [--nobanner/-n] [--help/-h] + ``` + --- ## Contributing diff --git a/doc/index.html b/doc/index.html index 91270f5..57d627a 100644 --- a/doc/index.html +++ b/doc/index.html @@ -59,6 +59,13 @@

Usage:

ADSman [--file/-f <file>] [--add/-a <source> --to/-t <target>] [[--remove/-rm | --extract/-e <adsName>] --from-file/-ff <filename>] [--nobanner/-n] [--help/-h]
+ +
+

💾 HowFastIs

+

Description: A command-line utility to check how fast a program finishes executing.

+

Usage:

+
HowFastIs [--file/-f <filename>] [--nobanner/-n] [--help/-h]
+