Add Command line args parsing

This commit is contained in:
Jonathan Jenne
2020-11-16 16:30:40 +01:00
parent 83dedb3875
commit a35608d653
4 changed files with 73 additions and 1 deletions

View File

@@ -50,7 +50,8 @@ Namespace My
Public Property GDPictureLicense As String
Public CommandLineFunction As String
Public CommandLineArgs As New Dictionary(Of String, String)
End Class
End Namespace