Page 1 of 1

Version from command line

Posted: Wed Feb 01, 2023 7:18 pm
by Jarod42

Is there a way to show/know Codelite version from command line only (no popup)?

codelite --version opens a popup with expected information.


Re: Version from command line

Posted: Wed Feb 01, 2023 9:19 pm
by eranif

I assume Windows?

On linux you get it

Code: Select all

/home/eran ubuntu
$codelite --version
CodeLite IDE v17.0.0

On Windows, its a bit a problem: we don't have a terminal attached (the binary is linked with -mwindows)


Re: Version from command line

Posted: Wed Feb 01, 2023 10:03 pm
by Jarod42

I tested in windows, but it is for remote linux, so it should do the job :)

It does the job, require X-server though, so fixed by xvfb-run -a codelite --version :-)