Class ParsedArgs
- Namespace
- SunamoCl.SunamoCmdArgs_Cmd
- Assembly
- SunamoCl.dll
Contains parsed command-line arguments
public class ParsedArgs
- Inheritance
-
ParsedArgs
- Inherited Members
- Extension Methods
Properties
Arg1
Gets or sets the first parsed command-line argument
public string? Arg1 { get; set; }