File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,11 @@ mod commands;
22mod game;
33mod help;
44mod utils;
5-
65pub use commands:: { handle_unpack, handle_system, handle_run} ;
76pub use game:: play_game;
87pub use help:: display_ascii;
98pub use utils:: { handle_update, run_command_with_spinner} ;
10-
119use clap:: Subcommand ;
12-
1310#[ derive( Subcommand ) ]
1411pub 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 ) ]
3834pub enum SystemCommands {
3935 /// Show system logs
4036 Logs ,
4137}
42-
4338#[ derive( Subcommand ) ]
4439pub 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-
You can’t perform that action at this time.
0 commit comments