Skip to content

Commit 102718a

Browse files
authored
Update lib.rs
1 parent df4aa0b commit 102718a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hacker/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ mod commands;
22
mod game;
33
mod help;
44
mod utils;
5+
56
pub use commands::{handle_unpack, handle_system, handle_run};
67
pub use game::play_game;
78
pub use help::display_ascii;
89
pub use utils::{handle_update, run_command_with_spinner};
10+
911
use clap::Subcommand;
12+
1013
#[derive(Subcommand)]
1114
pub enum UnpackCommands {
1215
/// Install add-ons (Wine, BoxBuddy, Winezgui, Gearlever)
@@ -28,11 +31,13 @@ pub enum UnpackCommands {
2831
/// Install gamescope for hacker mode
2932
HackerMode,
3033
}
34+
3135
#[derive(Subcommand)]
3236
pub enum SystemCommands {
3337
/// Show system logs
3438
Logs,
3539
}
40+
3641
#[derive(Subcommand)]
3742
pub enum RunCommands {
3843
/// Update the system

0 commit comments

Comments
 (0)