Zooflow: Massive Clean up
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Imports System.Text.RegularExpressions
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports DigitalData.Modules.Base
|
||||
|
||||
''' <summary>
|
||||
''' Parses Commandline Arguments. Used to jump to a specific point in the application.
|
||||
@@ -7,7 +8,7 @@ Imports DigitalData.Modules.Logging
|
||||
''' Example: --start-search=id#7~doctype#ARE
|
||||
''' </summary>
|
||||
Public Class ClassCommandlineArgs
|
||||
Inherits Base.BaseClass
|
||||
Inherits BaseClass
|
||||
|
||||
Private CommandLineArgTypes As New List(Of String) From {
|
||||
"show-profile",
|
||||
|
||||
Reference in New Issue
Block a user