Skip to main content
13-Aquamarine
January 15, 2018
Solved

How to show the Visual Difference and Visual Merge screens using CLI commands or API functions?

  • January 15, 2018
  • 1 reply
  • 1938 views

Hello,

We are using Integrity version 10.8.0.8356

Can we show the Visual Difference and Visual Merge  screens by using CLI commands or API functions ?

Please see the attached files for examples

 

Best answer by kthierer

 

For 10.4 it is like:

si diff --gui -r 1.2 -r 1.3 member.c

 

Doesnt this work in 10.8 anymore?

1 reply

kthierer12-AmethystAnswer
12-Amethyst
January 17, 2018

 

For 10.4 it is like:

si diff --gui -r 1.2 -r 1.3 member.c

 

Doesnt this work in 10.8 anymore?