Skip to content

Commit 6e30222

Browse files
authored
Update lib.rs
1 parent 6b3a869 commit 6e30222

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

hacker/src/lib.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@ mod commands;
22
mod game;
33
mod help;
44
mod utils;
5-
65
pub use commands::{handle_unpack, handle_system, handle_run};
76
pub use game::play_game;
87
pub use help::display_ascii;
98
pub use utils::{handle_update, run_command_with_spinner};
10-
119
use clap::Subcommand;
12-
1310
#[derive(Subcommand)]
1411
pub enum UnpackCommands {
1512
/// Install add-ons (Wine, BoxBuddy, Winezgui, Gearlever)
@@ -30,14 +27,14 @@ pub enum UnpackCommands {
3027
Noroblox,
3128
/// Install gamescope for hacker mode
3229
HackerMode,
30+
/// Install and setup gamescope-session-steam
31+
GamescopeSessionSteam,
3332
}
34-
3533
#[derive(Subcommand)]
3634
pub enum SystemCommands {
3735
/// Show system logs
3836
Logs,
3937
}
40-
4138
#[derive(Subcommand)]
4239
pub enum RunCommands {
4340
/// Update the system

0 commit comments

Comments
 (0)