I would like to compare two p4 files from command line without it opening diff dialogI'm using p4vc
Command: "p4vc diff fileA#1 fileB#2"
This initially opens diff dialog box asking to confirm the files and versions and when I click Diff, it then shows the differences. Is there any way to bypass or skip this intermediate step?
I know I can use other diff tools as default but would prefer to use inbuilt p4 diff tool. Is there anyway to force diff or option to not show the dialog?