Skip to content

Commit 6c24167

Browse files
authored
Update main.rs
1 parent 0f2f5c6 commit 6c24167

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

hacker/src/main.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ use colored::*;
33
use hacker::{display_ascii, handle_run, handle_system, handle_unpack, play_game, run_command_with_spinner, RunCommands, SystemCommands, UnpackCommands, PluginCommands, handle_plugin};
44
use std::process::Command;
55
use std::io::{self, Write};
6-
76
#[derive(Parser)]
87
#[command(name = "hacker", about = "A vibrant CLI tool for managing hacker tools, gaming, and system utilities", version = "1.7.0")]
98
struct Cli {
109
#[command(subcommand)]
1110
command: Commands,
1211
}
13-
1412
#[derive(Subcommand)]
1513
enum Commands {
1614
/// Unpack various toolsets and applications
@@ -80,7 +78,6 @@ enum Commands {
8078
service: String,
8179
},
8280
}
83-
8481
fn main() {
8582
let cli = Cli::parse();
8683
match cli.command {

0 commit comments

Comments
 (0)