Skip to content

Commit e004b1b

Browse files
authored
Update lib.rs
1 parent f9a97d6 commit e004b1b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

hacker/src/lib.rs

Lines changed: 2 additions & 6 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)
@@ -33,13 +30,11 @@ pub enum UnpackCommands {
3330
/// Install and setup gamescope-session-steam
3431
GamescopeSessionSteam,
3532
}
36-
3733
#[derive(Subcommand)]
3834
pub enum SystemCommands {
3935
/// Show system logs
4036
Logs,
4137
}
42-
4338
#[derive(Subcommand)]
4439
pub enum RunCommands {
4540
/// Update the system
@@ -54,5 +49,6 @@ pub enum RunCommands {
5449
HackerosGameMode,
5550
/// Update HackerOS
5651
UpdateHackeros,
52+
/// Update wallpapers
53+
UpdateWallpapers,
5754
}
58-

0 commit comments

Comments
 (0)