We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07a1ef commit e3dfae2Copy full SHA for e3dfae2
hacker/atomic/src/main.rs
@@ -1,6 +1,6 @@
1
use clap::{Parser, Subcommand};
2
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};
+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};
4
use std::process::Command;
5
#[derive(Parser)]
6
#[command(name = "hacker", about = "A vibrant CLI tool for managing hacker tools, gaming, and system utilities", version = "1.1.0")]
0 commit comments