Defined the AppArguments protocol in the sample target and also, conformed the SampleAppArguments type to it.

This commit is contained in:
2025-09-28 22:19:42 +02:00
parent 41e26310a7
commit 90c4033a49
4 changed files with 52 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import struct ArgumentParser.OptionGroup
// MARK: Properties
/// A type that contains all the necessary input parameters to run the sample executable.
@OptionGroup var parameters: Parameters
@OptionGroup var arguments: Arguments
}