From 46370b47fb3ce66cde5758c76d42d28dded44b47 Mon Sep 17 00:00:00 2001 From: AntwortEinesLebens Date: Tue, 11 Jun 2024 21:57:28 +0200 Subject: [PATCH] =?UTF-8?q?refactor:=20=F0=9F=94=A8=20Remove=20usage=20com?= =?UTF-8?q?ment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If someone wants to know how to use an app, they will not look at the source code for that --- src/cli.rs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/cli.rs b/src/cli.rs index 673de99..8d31e27 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -2,17 +2,6 @@ // // SPDX-License-Identifier: GPL-3.0-or-later -/* - the cli option - - Global - --help -h - --module -m - --get -g - --detail -d - -*/ - use crate::malware::ads::ADS; use crate::malware::file::FileCreate; use crate::malware::mutex::Mutex;