Skip to content

Commit 70191bc

Browse files
authored
Update main.rs
1 parent 6e30222 commit 70191bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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, handle_update, play_game, run_command_with_spinner, RunCommands, SystemCommands, UnpackCommands};
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.1.0")]
98
struct Cli {
109
#[command(subcommand)]
1110
command: Commands,
1211
}
13-
1412
#[derive(Subcommand)]
1513
enum Commands {
1614
/// Unpack various toolsets and applications
@@ -69,7 +67,6 @@ enum Commands {
6967
container: String,
7068
},
7169
}
72-
7370
fn main() {
7471
let cli = Cli::parse();
7572
match cli.command {

0 commit comments

Comments
 (0)