You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we used this option we've got the following message "export does not exist". I fix the problem by changing the ReadArguments function and change "-E" statement. else if (parameters[i].ToUpper() == "-E") { OutputFormat = parameters[i + 1]; if (OutputFormat.ToUpper() == "PRINT") { PrintOutput = true; } }
The text was updated successfully, but these errors were encountered:
If we used this option we've got the following message "export does not exist". I fix the problem by changing the ReadArguments function and change "-E" statement.
else if (parameters[i].ToUpper() == "-E") { OutputFormat = parameters[i + 1]; if (OutputFormat.ToUpper() == "PRINT") { PrintOutput = true; } }
The text was updated successfully, but these errors were encountered: