Skip to content

Commit e3dfae2

Browse files
authored
Update main.rs
1 parent d07a1ef commit e3dfae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hacker/atomic/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use clap::{Parser, Subcommand};
22
use colored::*;
3-
use crate::{display_ascii, handle_run, handle_system, handle_unpack, handle_update, play_game, handle_immutable, handle_runtime, handle_install, handle_remove, handle_back, handle_clean, handle_snapshot, run_command_with_progress, RunCommands, SystemCommands, UnpackCommands};
3+
use hacker::{display_ascii, handle_run, handle_system, handle_unpack, handle_update, play_game, handle_immutable, handle_runtime, handle_install, handle_remove, handle_back, handle_clean, handle_snapshot, run_command_with_progress, RunCommands, SystemCommands, UnpackCommands};
44
use std::process::Command;
55
#[derive(Parser)]
66
#[command(name = "hacker", about = "A vibrant CLI tool for managing hacker tools, gaming, and system utilities", version = "1.1.0")]

0 commit comments

Comments
 (0)