Skip to content

Commit

Permalink
refactor: 🔨 Remove usage comment
Browse files Browse the repository at this point in the history
If someone wants to know how to use an app, they will not look at the source code for that
  • Loading branch information
AntwortEinesLebens committed Jun 11, 2024
1 parent f01de2b commit 46370b4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 46370b4

Please sign in to comment.