1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-16 08:56:11 +00:00

Merge branch 'windows' into windows

This commit is contained in:
Bhadra
2026-01-16 12:54:40 +05:30
committed by GitHub
8 changed files with 381 additions and 182 deletions

View File

@@ -11,6 +11,13 @@ param(
[switch]$Paths,
[Alias('h')]
[Alias('debug')]
[switch]$DebugMode,
[Alias('paths')]
[switch]$Paths,
[Alias('help')]
[switch]$ShowHelp
)