I was wondering if it is possible to pass global options to perforce commands.
As it stands now, it looks like I'm only able to pass global options to the connection itself
Ex: connection.UserName = "user"
Is there a way to pass in global options specific to the command?
ie: command.UserName = "user"