mirror of
https://github.com/Omni-guides/Jackify.git
synced 2026-06-08 00:17:58 +02:00
Sync from development - prepare for v0.5.0.3
This commit is contained in:
@@ -411,6 +411,7 @@ class JackifyCLI:
|
||||
parser.add_argument('--restart-steam', action='store_true', help='Restart Steam (native, for GUI integration)')
|
||||
parser.add_argument('--dev', action='store_true', help='Enable development features (show hidden menu items)')
|
||||
parser.add_argument('--update', action='store_true', help='Check for and install updates')
|
||||
parser.add_argument('--skip-disk-check', action='store_true', help='Skip the pre-flight disk space check (use when retrying after a disk-full warning)')
|
||||
|
||||
# Add command-specific arguments
|
||||
self.commands['install_modlist'].add_top_level_args(parser)
|
||||
|
||||
Reference in New Issue
Block a user