Defined the AppArguments protocol in the sample target and also, conformed the SampleAppArguments type to it.
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user