assh icon indicating copy to clipboard operation
assh copied to clipboard

--version returns n/a

Open adamsilkcm opened this issue 4 years ago • 2 comments

No useful version information is returned when using the -v option.

$ assh -v
assh version n/a (n/a)

adamsilkcm avatar Feb 22 '21 17:02 adamsilkcm

If compiled on my linux with make install , assh returns the expected information:

$ assh --version assh version v2.15.0-10-g24a4ce69 (24a4ce69) But the pre-compiled versions do not return this value. Probably something related to the CI ?

boris-lenzinger avatar Nov 16 '22 17:11 boris-lenzinger

After testing the different versions available for download, it appears that:

  • 2.15.0: returns n/a
  • 2.14.0: returns n/a
  • 2.13.0: returns n/a
  • 2.12.2: returns n/a
  • 2.11.3: returns assh version v2.11.3 (281772c0)

So may be we have to track a change between those versions (no compiled version available between 2.11.3 and 2.12.2).

boris-lenzinger avatar Nov 16 '22 17:11 boris-lenzinger