File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
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)
@@ -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 ) ]
3634pub enum SystemCommands {
3735 /// Show system logs
3836 Logs ,
3937}
40-
4138#[ derive( Subcommand ) ]
4239pub enum RunCommands {
4340 /// Update the system
You can’t perform that action at this time.
0 commit comments