mirror of
https://github.com/tw93/Mole.git
synced 2026-02-12 21:35:14 +00:00
Optimize CLI: consolidate repairs and standardize flags
This commit is contained in:
@@ -4,11 +4,22 @@
|
||||
#Requires -Version 5.1
|
||||
[CmdletBinding()]
|
||||
param(
|
||||
[Alias('dry-run')]
|
||||
[switch]$DryRun,
|
||||
|
||||
[Alias('system')]
|
||||
[switch]$System,
|
||||
|
||||
[Alias('game-media')]
|
||||
[switch]$GameMedia,
|
||||
|
||||
[Alias('debug')]
|
||||
[switch]$DebugMode,
|
||||
|
||||
[Alias('whitelist')]
|
||||
[switch]$Whitelist,
|
||||
|
||||
[Alias('help')]
|
||||
[switch]$ShowHelp
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user