We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497a66d commit 980fce9Copy full SHA for 980fce9
main.go
@@ -43,7 +43,7 @@ var (
43
)
44
45
func parseArgs() {
46
- ap := parser.ArgumentsParser{Banner: "DescribeNTSecurityDescriptor - by Remi GASCOU (Podalirius) @ TheManticoreProject - v1.3.0"}
+ ap := parser.ArgumentsParser{Banner: "DescribeNTSecurityDescriptor - by Remi GASCOU (Podalirius) @ TheManticoreProject - v1.3.3"}
47
48
// Configuration flags
49
ap.NewBoolArgument(&debug, "", "--debug", false, "Debug mode.")
0 commit comments