Is there a way to show/know Codelite version from command line only (no popup)?
codelite --version
opens a popup with expected information.
Is there a way to show/know Codelite version from command line only (no popup)?
codelite --version
opens a popup with expected information.
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
)
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