From 432bfc61dbdf92e1a078eecc3f91714fd0b3e0a2 Mon Sep 17 00:00:00 2001 From: asrul10 Date: Sun, 9 Apr 2023 10:30:13 +0700 Subject: [PATCH] feat: add example usage if there is no option --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 9331354..f086e67 100644 --- a/main.go +++ b/main.go @@ -31,6 +31,7 @@ Usage: lcg [options] --update-key update the API key --delete-key delete the API key +Example Usage: lcg I want to extract linux-command-gpt.tar.gz file ` VERSION = "0.1.0"