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 let workspace = target.workspace {
arguments.append("-workspace")
arguments.append(workspace)
} else if let project = target.project {
arguments.append("-project (project)")
arguments.append(project)
only add once 'project'
The text was updated successfully, but these errors were encountered:
if let workspace = target.workspace {
arguments.append("-workspace")
arguments.append(workspace)
} else if let project = target.project {
arguments.append("-project (project)")
arguments.append(project)
only add once 'project'
The text was updated successfully, but these errors were encountered: