Start IntelliJ's "Empty Diff" via CLI

35 Views Asked by At

I currently use the cool feature via cli to diff two files:

$> idea diff File1 File2

But another cool tool is in IntelliJ to "Open blank diff window" (via find Action).

But when I run

$> idea diff

The IDE closed it directly.

Has anybody an Idea how I can directly start the Open empty diff via CLI? Thanks!

0

There are 0 best solutions below